Aggiunto bash file per pulizia

This commit is contained in:
ulaulaman 2020-12-11 00:08:42 +01:00
parent 4e01b06e09
commit 12cccefc89
1 changed files with 6 additions and 0 deletions

6
curriculum/delete.bash Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
rm *.aux -i 's/\r$//'
rm *.out -i 's/\r$//'
rm *.toc -i 's/\r$//'
rm *.log -i 's/\r$//'
rm *.tmp -i 's/\r$//'