summaryrefslogtreecommitdiff
path: root/config/systems/.example
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2024-01-06 15:23:01 -0500
committerLouie S <louie@example.com>2024-01-06 15:29:39 -0500
commit027c4d1bce99fc0666361a83762670bc0ef687da (patch)
tree4c76c2c5ebdeff9120c982ece91ab838d5542ceb /config/systems/.example
parent10e80054bdbc9edf930cbc5c1f1285a20fe160ed (diff)
Allow for specifying configuration location
Diffstat (limited to 'config/systems/.example')
-rw-r--r--config/systems/.example6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/systems/.example b/config/systems/.example
deleted file mode 100644
index f1381e7..0000000
--- a/config/systems/.example
+++ /dev/null
@@ -1,6 +0,0 @@
-# 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"