pytorch-sbs/clean.sh

11 lines
159 B
Bash
Raw Normal View History

2023-01-05 13:23:58 +01:00
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