누락된 이미지 추가

This commit is contained in:
root
2024-04-19 10:24:21 +09:00
parent e9b054c718
commit d44f85ecf1
28 changed files with 76 additions and 16 deletions

View File

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