This commit is contained in:
louiscklaw
2025-01-31 21:34:27 +08:00
parent 27d6b4e781
commit 3ce4f45857
55 changed files with 6375 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#!/usr/bin/env bash
rm -rf _temp/*
rm -rf delivery2.zip
mkdir -p _temp
set -ex
cp src/main.py _temp/XXXXXXXX_project.py
pushd _temp
7za a -tzip ../delivery2.zip *
popd
rm -rf _temp