1 2 3 4 5 6 7
#!/bin/bash if [ ! "$PWD" == "/opt/craftycontroller" ]; then cd /opt/craftycontroller fi source venv/bin/activate python3 crafty.py