Skip to content

Commit

Permalink
mGBA: remove error function redefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
NotToDisturb committed Aug 17, 2024
1 parent 6b6d52e commit 39eabe6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/games_and_emulators/mGBA.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
#!/bin/bash

function error {
echo -e "\\e[91m$1\\e[39m"
sleep 3
exit 1
}

clear -x
echo "mGBA script successfully started!"
echo "Credits: https://github.com/mgba-emu/mgba"
Expand Down

0 comments on commit 39eabe6

Please sign in to comment.