1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-10 08:54:54 +00:00
dotfiles/.config/fish/functions/rpcs3.fish
2018-11-14 20:01:37 -05:00

6 lines
222 B
Fish

# Defined in /tmp/fish.SbwYNN/rpcs3.fish @ line 1
function rpcs3
cd $D/Games/Emulators/rpcs3/
wget -O- -o /dev/tty https://rpcs3.net/download | grep -o -m1 https://rpcs3.net/cdn/builds/rpcs3-v.\*_linux64.AppImage
end