diff options
Diffstat (limited to '')
-rw-r--r-- | bin/startup_commands.txt | 3 | ||||
-rw-r--r-- | bin/startup_commands.txt.example | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/startup_commands.txt b/bin/startup_commands.txt deleted file mode 100644 index 1abfa64..0000000 --- a/bin/startup_commands.txt +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ; You can place region console commands here to execute once the simulator has finished starting up | ||
2 | ; e.g. show stats | ||
3 | ; Lines start with ; are comments. | ||
diff --git a/bin/startup_commands.txt.example b/bin/startup_commands.txt.example new file mode 100644 index 0000000..677109c --- /dev/null +++ b/bin/startup_commands.txt.example | |||
@@ -0,0 +1,3 @@ | |||
1 | ; Copy this file to startup_commands.txt to run region console commands once the simulator has finished starting up | ||
2 | ; e.g. show stats | ||
3 | ; Lines that start with ; are comments. | ||