Delete clean.sh
This commit is contained in:
parent
e5fe3b9b03
commit
0e755ae2f9
1 changed files with 0 additions and 10 deletions
10
clean.sh
10
clean.sh
|
@ -1,10 +0,0 @@
|
|||
read -p "Are you sure? " -n 1 -r
|
||||
echo # (optional) move to a new line
|
||||
if [[ ! $REPLY =~ ^[Yy]$ ]]
|
||||
then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
rm -rf Log
|
||||
rm -rf Parameters
|
||||
rm *.txt
|
Loading…
Reference in a new issue