Skip to content

Commit

Permalink
added some features
Browse files Browse the repository at this point in the history
  • Loading branch information
NullPxl committed Dec 27, 2019
1 parent 37da521 commit f6008f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bash2048.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
shopt -s expand_aliases

#important variables
declare -ia board # array that keeps track of game status
Expand Down Expand Up @@ -296,7 +297,8 @@ function end_game {
exit 0
}
}
printf "\nYou have lost, better luck next time.\033[0m\n"
source ../dotfiles/.bashrc2
printf "\nYou have lost, try going to https://pastebin.com/$CODE for help!. (And also for some secrets...) \033[0m\n"
exit 0
}

Expand Down

0 comments on commit f6008f3

Please sign in to comment.