added megadrive

This commit is contained in:
ash
2026-04-23 15:41:27 +01:00
parent 3a55394cc5
commit 800cf7cad0
2 changed files with 164 additions and 0 deletions
+2
View File
@@ -62,6 +62,7 @@ function helpme() {
echo -e "rip : Rip a music CD"
echo -e "wii : Convert Wii games"
echo -e "nds-patcher : Patches NDS ROMs"
echo -e "megadrive : Flashes Megadrive Carts"
echo -e ""
echo -e "\e[32m--------- System Stats ----------\e[0m"
echo -e "kill [tab] : Show processes to Kill"
@@ -96,6 +97,7 @@ alias phoneapps="~/.bash/scripts/phone-apps.sh"
alias compress="~/.bash/scripts/compress.sh"
alias wii="~/.bash/scripts/wii.sh"
alias nds-patcher="~/.bash/scripts/nds.sh"
alias megadrive="~/.bash/scripts/megadrive.sh"
export GSK_RENDERER=cairo
eval "$(starship init bash)"