This commit is contained in:
2020-09-08 22:39:22 +02:00
parent 918e606d9f
commit 8b35775ec4
6 changed files with 44 additions and 7 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
now=$(date +"%y_%m_%d_%H_%M")
zip_filename="1000_scores_webextension_$now.zip"
cd 1000_bots_webextension/
zip -r -FS ../$zip_filename * --exclude '*.git*'
zip -r -FS ../zip/$zip_filename * --exclude '*.git*'
echo $zip_filename