1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-12-12 08:25:20 +00:00
dotfiles/.config/fish/functions/mcs.fish
2019-03-02 14:35:02 -05:00

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