mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-17 12:22:57 +00:00
Fish: Mineshafter function
This commit is contained in:
parent
87e26d070b
commit
ea1a7d7dc6
6
.config/fish/functions/mineshaft.fish
Normal file
6
.config/fish/functions/mineshaft.fish
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# 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
|
Loading…
Reference in a new issue