Add deploy script to ease uploading the zipfile
This commit is contained in:
parent
9c3934b7f7
commit
9239c1d172
1 changed files with 8 additions and 0 deletions
8
script/deploy.sh
Executable file
8
script/deploy.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
git push
|
||||
zip -r clojure-koans-`date +"%Y-%m-%d"`.zip . -x "./.git/*"
|
||||
|
||||
echo
|
||||
echo "Don't forget to upload the zipfile!"
|
||||
echo `ls -tr clojure-koans-*.zip | head -n1`
|
||||
Loading…
Reference in a new issue