remove "press return"

This commit is contained in:
uazo 2021-09-23 11:00:57 +02:00 committed by GitHub
parent 98f00109f3
commit c4958ba854
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ echo "FILE:$(basename $PATCH)" >>$PATCH_FILE
echo "---" >>$PATCH_FILE
echo "$CONTENT" >>$PATCH_FILE
echo press return
read -n 1
#echo press return
#read -n 1
git reset --hard
git clean -f -d