2 lines
81 B
Bash
2 lines
81 B
Bash
|
#!/bin/bash
|
||
|
java -server -Xmx1G -DIReallyKnowWhatIAmDoingISwear -jar server.jar
|