mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-12 08:25:20 +00:00
6 lines
199 B
Fish
Executable file
6 lines
199 B
Fish
Executable file
# Defined in /tmp/fish.MKVssj/mcs.fish @ line 2
|
|
function mcs
|
|
cd $D/Games/Minecraft/Server
|
|
java -Xmx8G -Xms1G -XX:+UseG1GC -XX:MaxGCPauseMillis=50 -XX:ParallelGCThreads=4 -jar server.jar
|
|
end
|