Fix shellcheck warnings.

This commit is contained in:
Taffer
2019-12-28 11:55:06 -05:00
parent ac61a305ba
commit b0d5517b5e
8 changed files with 18 additions and 21 deletions

View File

@@ -1 +1,2 @@
retroarch
#!/bin/bash
retroarch

View File

@@ -1 +1,2 @@
#!/bin/bash
retroarch -L /home/cpi/apps/emulators/nxengine_libretro.so /home/cpi/games/nxengine/cavestory/data

View File

@@ -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

View File

@@ -9,4 +9,3 @@ mkdir ~/.lexaloffle/pico-8/carts
ln -s ~/.lexaloffle/pico-8/carts/ ~/games/PICO-8/carts
touch .done