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