mkdist: check in tarballer script

This commit is contained in:
mappu 2015-04-04 19:41:09 +13:00
parent 8b153119ea
commit 503bdbd527
1 changed files with 9 additions and 0 deletions

9
mkdist.sh Normal file
View File

@ -0,0 +1,9 @@
#!/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..."