mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-22 20:47:28 +01:00
.env files for engine installations
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user