1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-10 21:18:19 +03:00

script for clean the directories

This commit is contained in:
Johan Smith Agudelo Rodriguez 2016-12-30 02:23:07 -05:00
parent 39bd509c51
commit d286f74d7a

4
clean.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
rm -v `find . -name '*.orig' -o -name '.directory' -o -name '*~' -o -name '*.user' -o -name '*.autosave'`
rm -rf ./build