mirror of
https://github.com/Phantop/dotfiles
synced 2025-02-03 02:06:52 +00:00
Update rpcs3 functions
This commit is contained in:
parent
1c117460c1
commit
08191a05a0
|
@ -1,5 +1,6 @@
|
||||||
# Defined in /tmp/fish.SbwYNN/rpcs3.fish @ line 1
|
# Defined in /tmp/fish.pX4L2Z/rpcs3.fish @ line 2
|
||||||
function rpcs3
|
function rpcs3
|
||||||
cd $D/Games/Emulators/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
|
./rpcs3
|
||||||
|
rm *log*
|
||||||
end
|
end
|
||||||
|
|
10
.config/fish/functions/rpcs3dl.fish
Normal file
10
.config/fish/functions/rpcs3dl.fish
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# Defined in /tmp/fish.CYevIG/rpcs3dl.fish @ line 2
|
||||||
|
function rpcs3dl
|
||||||
|
cd $D/Games/Emulators/rpcs3/
|
||||||
|
rm ./*.AppImage
|
||||||
|
wget (wget -O- -o /dev/tty https://rpcs3.net/download | grep -o -m1 https://rpcs3.net/cdn/builds/rpcs3-v.\*_linux64.AppImage)
|
||||||
|
chmod +x *.AppImage
|
||||||
|
rm rpcs3
|
||||||
|
ln -s *.AppImage rpcs3
|
||||||
|
rpcs3
|
||||||
|
end
|
|
@ -1 +1 @@
|
||||||
Subproject commit 92668b6beb9462f46b9e5d0126a33ee46dcb49cf
|
Subproject commit 3db564f7742360a870679ef6c63361371646fed8
|
|
@ -1 +1 @@
|
||||||
Subproject commit c905a5d7b87051e574c2e72fae57e56c456ba2f4
|
Subproject commit 743b849dcf7e0571831edbaaa73b5ef1b5cb11ac
|
Loading…
Reference in a new issue