This commit is contained in:
louiscklaw
2025-02-01 02:01:54 +08:00
parent a767348238
commit d6e3882dd7
188 changed files with 43536 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
#!/usr/bin/env bash
rm -rf _temp/*
rm -rf delivery.zip
mkdir -p _temp
set -ex
cp NetworkApplications.py _temp/NetworkApplications.py
cp test.sh _temp/test.sh
pushd _temp
7za a -tzip ../delivery.zip *
popd
rm -rf _temp