Skip to content

Commit

Permalink
Update Yabause script
Browse files Browse the repository at this point in the history
  • Loading branch information
slinga-homebrew authored Jul 13, 2020
1 parent b8ed1ca commit 70fc1b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run_with_yabause.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
command -v yabause >/dev/null 2>&1 || { echo "yabause is not installed.\
Aborting." >&2; exit 1; }

if [ -f sl_coff.iso ];
if [ -f game.iso ];
then
yabause -a -i sl_coff.cue
yabause -a -i game.cue
else
echo "Please compile first !" >&2
fi

0 comments on commit 70fc1b7

Please sign in to comment.