We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4739c3 commit 219ed88Copy full SHA for 219ed88
bash/scripting/clean_dist.sh
@@ -1,6 +1,9 @@
1
#!/bin/bash
2
3
# clean_dist.sh - clean dist for current theme
4
+# ./clean_dist.sh - clean all directories with dists
5
+# ./clean_dist.sh <theme> - clean <theme> dist
6
+
7
8
cleanDist() {
9
theme="$1"
0 commit comments