Add deploy script to ease uploading the zipfile
This commit is contained in:
parent
9c3934b7f7
commit
9239c1d172
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 New Issue
Block a user