mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-03-21 11:35:14 +00:00
8 lines
110 B
Bash
8 lines
110 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd "../../Byond/$1"
|
|
|
|
echo -e '# This is a comment\nNOTA=Real Comment\n\n\n' > server.env
|