diff --git a/DeleteAndResetAll.sh b/DeleteAndResetAll.sh index c7b7960..4a75a91 100755 --- a/DeleteAndResetAll.sh +++ b/DeleteAndResetAll.sh @@ -8,7 +8,9 @@ if [[ "$input" == "y" ]]; then cd .. rm -fr M5StickCPlus_FactoryTest2022 + sleep 1 git clone https://git.istlab.info/git/miura250/M5StickCPlus_FactoryTest2022.git + sleep 1 cd M5StickCPlus_FactoryTest2022 else echo "キャンセルしました"