aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-08-10 16:30:03 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-08-10 16:30:03 -0400
commit8b8bd2349ee639da1dec23abae27d19dbb537a91 (patch)
treed77560c7de7a3bfe77397bbb004ea2fff79ecdcf
parent0f90844c3b7336f9fb04053a471d1cc31eefe8b7 (diff)
downloadRPi-Menu-8b8bd2349ee639da1dec23abae27d19dbb537a91.tar.gz
RPi-Menu-8b8bd2349ee639da1dec23abae27d19dbb537a91.tar.bz2
RPi-Menu-8b8bd2349ee639da1dec23abae27d19dbb537a91.zip
Added run script
-rwxr-xr-xrun.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/run.sh b/run.sh
new file mode 100755
index 0000000..8867653
--- /dev/null
+++ b/run.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+DISPLAY=:0.0 /usr/bin/python3 menu.py \ No newline at end of file