mirror of
https://github.com/Ragora/T2-BoL.git
synced 2026-03-06 05:50:20 +00:00
Add DelDSO.sh script for Linux machines.
This commit is contained in:
parent
bb6b170656
commit
e34945e797
1 changed files with 15 additions and 0 deletions
15
DelDSO.sh
Executable file
15
DelDSO.sh
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
// Shell Script Designed to remove .DSO files and any other temporary files
|
||||
|
||||
rm -rf *.dso
|
||||
rm -rf *.cs~
|
||||
rm -rf *.txt~
|
||||
rm -rf *.gui~
|
||||
rm -rf *.mis~
|
||||
rm -rf *.cfg~
|
||||
rm -rf *.conf~
|
||||
rm -rf *.bat~
|
||||
rm -rf *.rtf~
|
||||
rm -rf *.db
|
||||
rm -rf *.sh~
|
||||
rm .gitignore~
|
||||
rm debugLog.txt
|
||||
Loading…
Add table
Add a link
Reference in a new issue