mirror of
https://github.com/Ragora/T2-BoL.git
synced 2026-01-19 19:14:45 +00:00
Add DelDSO.sh script for Linux machines.
This commit is contained in:
parent
bb6b170656
commit
e34945e797
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…
Reference in a new issue