11 lines
124 B
Bash
Executable File
11 lines
124 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -x
|
|
|
|
rm -rf **/__pycache__ __pycache__
|
|
|
|
python ./demo_draft2.py
|
|
|
|
rm -rf **/__pycache__ __pycache__
|
|
|