update,
This commit is contained in:
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
|
Reference in New Issue
Block a user