mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-08 16:04:37 +00:00
6 lines
158 B
Fish
Executable file
6 lines
158 B
Fish
Executable file
# Defined in /tmp/fish.jIk1bT/mcs.fish @ line 2
|
|
function mcs
|
|
cd $D/Games/Minecraft/Server
|
|
java -Xmx8G -Xms1G -Xmx1G -XX:+UseG1GC -jar server.jar
|
|
end
|