OneClickLearning/clean.sh

15 lines
133 B
Bash
Executable File

#!/bin/bash
pwd=`pwd`
cd "./ressources/"
rm -v *.att *.tmp *.*dat
cd "../log"
rm -v *.csv *.txt *.log
cd ".."
rmdir log
cd $pwd