mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-24 10:09:22 +01:00
minor fixups
This commit is contained in:
parent
164c621a9d
commit
1e37709df2
@ -13,7 +13,7 @@ XML_FILE="Riivolution/Another.xml"
|
||||
|
||||
show_notes () {
|
||||
|
||||
echo -e
|
||||
echo -e \
|
||||
"************************************************
|
||||
Another Super Mario Brothers Wii 2.0
|
||||
|
||||
|
@ -28,7 +28,8 @@ cleanup () {
|
||||
|
||||
ask_game () {
|
||||
|
||||
echo -e "************************************************
|
||||
echo -e \
|
||||
"************************************************
|
||||
patchimage.sh
|
||||
|
||||
Enter Letter for the Game you want to create:
|
||||
@ -102,7 +103,7 @@ while [[ $xcount -lt $pcount ]]; do
|
||||
IMAGE=BASE.${ISO_EXT}
|
||||
else
|
||||
echo -e "ISO not found"
|
||||
exit1
|
||||
exit 1
|
||||
fi
|
||||
;;
|
||||
|
||||
|
@ -13,7 +13,7 @@ XML_FILE="riivolution/Xmas"
|
||||
|
||||
show_notes () {
|
||||
|
||||
echo -e
|
||||
echo -e \
|
||||
"************************************************
|
||||
Newer: Holiday Special
|
||||
|
||||
|
@ -13,7 +13,7 @@ XML_FILE="${RIIVOLUTION_DIR}"/riivolution/NewerSMBW.xml
|
||||
|
||||
show_notes () {
|
||||
|
||||
echo -e
|
||||
echo -e \
|
||||
"************************************************
|
||||
NewerSMB
|
||||
|
||||
|
@ -13,7 +13,7 @@ XML_FILE="${RIIVOLUTION_DIR}"/riivolution/SumSun
|
||||
|
||||
show_notes () {
|
||||
|
||||
echo -e
|
||||
echo -e \
|
||||
"************************************************
|
||||
Newer Summer Sun
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user