Files
hk1234566/python_networking/new/build.sh
louiscklaw d6e3882dd7 update,
2025-02-01 02:01:54 +08:00

18 lines
226 B
Bash

#!/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