mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-02 07:59:51 -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
|
#choice for build cursor
|
||||||
selection "Cursor to build (Default is 'ALL')?"
|
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[@]}")
|
cursor=$(selectWithDefault "${cursors[@]}")
|
||||||
|
|
||||||
# Process the selected item.
|
# Process the selected item.
|
||||||
case $cursor in
|
case $cursor in
|
||||||
(''|'ALL')
|
(''|'ALL')
|
||||||
echo "ALL"; ;;
|
echo "ALL"; ;;
|
||||||
# build "Bibata Oil";
|
# build "Bibata_Classic";
|
||||||
# build "Bibata Ice";
|
# build "Bibata_Oil";
|
||||||
# build "Bibata Amber" ; ;;
|
# build "Bibata_Ice";
|
||||||
|
# build "Bibata_Amber" ; ;;
|
||||||
('Bibata_Classic') build "$cursor"; ;;
|
('Bibata_Classic') build "$cursor"; ;;
|
||||||
('Bibata_Oil') build "$cursor"; ;;
|
('Bibata_Oil') build "$cursor"; ;;
|
||||||
('Bibata_Ice') build "$cursor"; ;;
|
('Bibata_Ice') build "$cursor"; ;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue