pytorch-sbs/bash_tools/clean.sh

13 lines
202 B
Bash
Raw Normal View History

2023-01-15 14:57:43 +01:00
read -p "Are you sure? " -n 1 -r
echo # (optional) move to a new line
if [[ ! $REPLY =~ ^[Yy]$ ]]
then
exit 1
fi
2023-02-06 09:56:34 +01:00
rm -rf noisy_picture_data
rm -rf Log_*
rm -rf Log*
2023-01-15 14:57:43 +01:00
rm -rf Parameters
2023-02-06 09:56:34 +01:00
rm -f *.txt