Skip to content

Commit 8640802

Browse files
author
Aspirin Geyer
committed
Patch: Add clean-up script.
1 parent 7730264 commit 8640802

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

clean.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
3+
rm -rf src/
4+
rm -rf pkg/
5+
find . -name *.tar.xz -exec rm {} +

0 commit comments

Comments
 (0)