diff --git a/run-pi.sh b/run-pi.sh new file mode 100755 index 0000000000000000000000000000000000000000..8478c7eef10a56efd77ddf17f46b8eb379e78254 --- /dev/null +++ b/run-pi.sh @@ -0,0 +1,7 @@ +~!/bin/bash + +cd "$(dirname "$0")" || exit + +# Run the script +xhost +SI:localuser:root +sudo ./.venv/bin/python3 main.py