We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7730264 commit 8640802Copy full SHA for 8640802
clean.sh
@@ -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