Skip to content

Commit 219ed88

Browse files
committed
Add comments
1 parent e4739c3 commit 219ed88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bash/scripting/clean_dist.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/bash
22

33
# 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+
47

58
cleanDist() {
69
theme="$1"

0 commit comments

Comments
 (0)