diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-08-11 15:21:27 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-08-11 15:21:27 -0400 |
| commit | 1a82700f2376d31366cebf16ce64bdd8e6d1d80a (patch) | |
| tree | fe5ce92e3f5e739b0b9d2c1122873b04b6c68805 /launchES.sh | |
| parent | 84724e813fd42bed8581a58136a7f0a0c8ffd2a4 (diff) | |
| download | RPi-Menu-1a82700f2376d31366cebf16ce64bdd8e6d1d80a.tar.gz RPi-Menu-1a82700f2376d31366cebf16ce64bdd8e6d1d80a.tar.bz2 RPi-Menu-1a82700f2376d31366cebf16ce64bdd8e6d1d80a.zip | |
Renaming root to app, moved variables, changed README
Diffstat (limited to 'launchES.sh')
| -rwxr-xr-x | launchES.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/launchES.sh b/launchES.sh new file mode 100755 index 0000000..4cb86e9 --- /dev/null +++ b/launchES.sh @@ -0,0 +1,3 @@ +#!/bin/bash +sudo pkill Xorg & +emulationstation
\ No newline at end of file |
