This repository has been archived on 2020-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
codesite/mkdist.sh

10 lines
177 B
Bash
Raw Normal View History

2015-04-04 06:41:09 +00:00
#!/bin/bash
set -eu
tar cJvf "codesite-$(date +%s).tar.xz" \
rebuild.php rebuild.sh sites/codesite.example.com \
--owner=0 --group=0
read -p "Press any key to continue..."