mirror of
https://github.com/Phantop/dotfiles
synced 2025-01-18 18:47:34 +00:00
Fish: Make yuzu function delete logs after run
This commit is contained in:
parent
aeb97a36be
commit
5a6248811e
|
@ -1,6 +1,6 @@
|
|||
# Defined in /tmp/fish.9pLxA4/yuzu.fish @ line 2
|
||||
# Defined in /tmp/fish.pZtHjZ/yuzu.fish @ line 2
|
||||
function yuzu
|
||||
cd $D/Games/Emulators/yuzu
|
||||
rm -r log
|
||||
./yuzu
|
||||
./yuzu
|
||||
rm -r log
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue