업데이트

This commit is contained in:
정훈 변
2024-03-28 14:55:46 +09:00
parent 3b833e025f
commit e9b054c718

View File

@@ -28,7 +28,7 @@ select_menu() {
do
printf "$ESC[2K$(check_selected $i $SELECTED) $i. ${!i}\n";
done
printf "\n$ESC[2KMake\n2023.12.15\n";
printf "\n$ESC[2KMake\n2024.03.23\n";
INPUT=$(input_key);
if [[ $INPUT = "" ]];
then break;