mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-31 15:18:30 -04:00
remove test build script
This commit is contained in:
parent
2c376f9aba
commit
9cac90fba2
1 changed files with 5 additions and 4 deletions
9
build.sh
9
build.sh
|
@ -181,16 +181,17 @@ fi
|
|||
|
||||
#choice for build cursor
|
||||
selection "Cursor to build (Default is 'ALL')?"
|
||||
cursors=("Bibata_Classic" "Bibata_Oil" "Bibata_Ice" "Bibata_Amber" "test" "ALL" exit )
|
||||
cursors=("Bibata_Classic" "Bibata_Oil" "Bibata_Ice" "Bibata_Amber" "ALL" exit )
|
||||
cursor=$(selectWithDefault "${cursors[@]}")
|
||||
|
||||
# Process the selected item.
|
||||
case $cursor in
|
||||
(''|'ALL')
|
||||
echo "ALL"; ;;
|
||||
# build "Bibata Oil";
|
||||
# build "Bibata Ice";
|
||||
# build "Bibata Amber" ; ;;
|
||||
# build "Bibata_Classic";
|
||||
# build "Bibata_Oil";
|
||||
# build "Bibata_Ice";
|
||||
# build "Bibata_Amber" ; ;;
|
||||
('Bibata_Classic') build "$cursor"; ;;
|
||||
('Bibata_Oil') build "$cursor"; ;;
|
||||
('Bibata_Ice') build "$cursor"; ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue