Permalink
Cannot retrieve contributors at this time
executable file
10 lines (8 sloc)
240 Bytes
|
#!/bin/bash |
|
|
|
if [ $UID -ne 0 ]; then |
|
echo "Not root. Using sudo." |
|
exec sudo $0 |
|
fi |
|
|
|
export HOME="/home/pi/JoustMania" |
|
export PYTHONPATH="/home/pi/psmoveapi/build/" |
|
exec /home/pi/JoustMania/venv/bin/python3 /home/pi/JoustMania/piparty.py |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.