update,
This commit is contained in:
17
python_networking/new/build.sh
Normal file
17
python_networking/new/build.sh
Normal 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
|
Reference in New Issue
Block a user