Update sr-1.sh

This commit is contained in:
Aqua7247 2023-11-21 10:32:55 +00:00
parent b1c56967c3
commit e6538e15fa
1 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,8 @@ kill -9 `ps -ef | grep "MacOS/Preview" | grep -v grep | awk '{print $2}'`
sleep 3
for i in `ls`
do rm $i
do sleep 1
do
rm $i
sleep 1
done
clear