Fish: Make yuzu function delete logs after run

This commit is contained in:
Phantop 2019-01-17 19:32:37 -05:00
parent aeb97a36be
commit 5a6248811e
1 changed files with 3 additions and 3 deletions

View File

@ -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