update,
This commit is contained in:
11
vinniesniper-54816/task1/_lab/002-face-detection/scripts/clean.sh
Executable file
11
vinniesniper-54816/task1/_lab/002-face-detection/scripts/clean.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
rm -rf __pycache__
|
||||
|
||||
python ./draft1.py
|
||||
|
||||
sleep 1
|
||||
|
||||
rm -rf __pycache__
|
13
vinniesniper-54816/task1/_lab/002-face-detection/scripts/test.sh
Executable file
13
vinniesniper-54816/task1/_lab/002-face-detection/scripts/test.sh
Executable 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
|
5
vinniesniper-54816/task1/_lab/002-face-detection/scripts/test_w.sh
Executable file
5
vinniesniper-54816/task1/_lab/002-face-detection/scripts/test_w.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
npx nodemon --ext py --exec "./scripts/test.sh"
|
Reference in New Issue
Block a user