This commit is contained in:
2020-09-07 15:05:26 +02:00
parent 672c694a18
commit 2acf3b0ce2
35 changed files with 109 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
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*'
echo $zip_filename