mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-03-19 02:12:38 +01:00
Fix shellcheck warnings.
This commit is contained in:
@@ -1 +1,2 @@
|
||||
retroarch
|
||||
#!/bin/bash
|
||||
retroarch
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
#!/bin/bash
|
||||
retroarch -L /home/cpi/apps/emulators/nxengine_libretro.so /home/cpi/games/nxengine/cavestory/data
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
#SDL_VIDEODRIVER=x11 DISPLAY=:0 ./pico-8/pico8_dyn -splore -draw_rect 32,0,256,240
|
||||
cd /home/cpi/games/PICO-8/pico-8
|
||||
cd /home/cpi/games/PICO-8/pico-8 || exit
|
||||
SDL_VIDEODRIVER=x11 DISPLAY=:0 ./pico8_dyn -splore -draw_rect 32,0,256,240
|
||||
|
||||
@@ -9,4 +9,3 @@ mkdir ~/.lexaloffle/pico-8/carts
|
||||
ln -s ~/.lexaloffle/pico-8/carts/ ~/games/PICO-8/carts
|
||||
|
||||
touch .done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user