mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-12 08:25:20 +00:00
7 lines
195 B
Fish
7 lines
195 B
Fish
|
# Defined in /tmp/fish.aAXDro/mineshaft.fish @ line 1
|
||
|
function mineshaft
|
||
|
cd /tmp
|
||
|
wget https://mineshafter.info/files/jars/Mineshafter-launcher.jar
|
||
|
java -jar Mineshafter-launcher.jar
|
||
|
end
|