File size: 89 Bytes
d328630
 
 
 
1
2
3
4
#!/bin/bash
cd "$(dirname "$0")/.."
python3 setup.py run
read -p "Press Enter to exit..."