summaryrefslogtreecommitdiff
path: root/config/systems/.example
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2023-12-31 19:44:44 -0500
committerLouie S <louie@example.com>2023-12-31 19:44:44 -0500
commitf080b2e4eec397a8daa03b0cbc4308311a93c133 (patch)
tree030e151f132420b6875e5b6deda76cf4db2092c9 /config/systems/.example
First commit
Diffstat (limited to 'config/systems/.example')
-rw-r--r--config/systems/.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/systems/.example b/config/systems/.example
new file mode 100644
index 0000000..f1381e7
--- /dev/null
+++ b/config/systems/.example
@@ -0,0 +1,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"