blob: f1381e7a6a4e04061acb2be6c728056d48367110 (
plain)
1
2
3
4
5
6
|
# This is an example system script
# It is a shell script which should define a launcher and optionally any flags
# Example for an nes system config:
launcher="/usr/bin/nes"
flags="--fullscreen"
|