This commit is contained in:
louiscklaw
2025-02-01 01:19:51 +08:00
commit 3b0b154910
32597 changed files with 1171319 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -ex
rm -rf __pycache__
python ./draft1.py
sleep 1
rm -rf __pycache__

View File

@@ -0,0 +1,13 @@
#!/usr/bin/env bash
set -ex
cd src
rm -rf __pycache__
python ./draft1.py
echo "test done"
sleep 1
rm -rf __pycache__
cd

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -ex
npx nodemon --ext py --exec "./scripts/test.sh"