mirror of
https://github.com/clockworkpi/launchergo.git
synced 2025-12-12 18:28:57 +01:00
5 lines
129 B
Bash
Executable File
5 lines
129 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd /home/cpi/games/PICO-8/pico-8 || exit
|
|
SDL_VIDEODRIVER=x11 DISPLAY=:0 ./pico8_dyn -splore -draw_rect 32,0,256,240
|