Add start.sh

This commit is contained in:
2023-02-01 02:06:29 +00:00
parent af69fc539d
commit 69153f0130

View File

@@ -28,7 +28,7 @@ select_menu() {
do do
printf "$ESC[2K$(check_selected $i $SELECTED) $i. ${!i}\n"; printf "$ESC[2K$(check_selected $i $SELECTED) $i. ${!i}\n";
done done
printf "\n$ESC[2Ke-mail : sa_8001@jhcloud.kr\nmake.202201012\n"; printf "\n$ESC[2Ke-mail : sa_8001@jhcloud.kr\nmake.202201031\n";
INPUT=$(input_key); INPUT=$(input_key);
if [[ $INPUT = "" ]]; if [[ $INPUT = "" ]];
then break; then break;