mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-10 00:45:32 +00:00
6 lines
205 B
Fish
Executable file
6 lines
205 B
Fish
Executable file
# Defined in /tmp/fish.zaMnOQ/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 nogui
|
|
end
|