Skip to content

Commit

Permalink
melonDS: erase accidental error function redefinition
Browse files Browse the repository at this point in the history
oops.
  • Loading branch information
cobalt2727 authored Jul 31, 2024
1 parent 3a0dd99 commit 2e8027d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/games_and_emulators/melonDS.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 "MelonDS script successfully started!"
echo "Credits: https://github.com/Arisotura/melonDS"
Expand Down

1 comment on commit 2e8027d

@cobalt2727
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.