This commit is contained in:
louiscklaw
2025-02-01 02:02:14 +08:00
parent a767348238
commit c403fa8e72
48 changed files with 5987 additions and 0 deletions

16
2nd_copy/build.sh Normal file
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