.env files for engine installations

This commit is contained in:
Jordan Dominion
2024-01-31 17:46:37 -05:00
parent 4993304389
commit c4e7f0b04a
14 changed files with 121 additions and 29 deletions
@@ -0,0 +1,4 @@
cd /D "%~dp0"
cd ../../Byond/%1
echo # Comment > server.env
echo NOTA=Real Comment>> server.env
@@ -0,0 +1,7 @@
#!/bin/bash
set -e
cd "../../Byond/$1"
echo -e '# This is a comment\nNOTA=Real Comment\n\n\n' > server.env