File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ These are the features as compared to its [ancestor](https://github.com/eliranbz
22
22
* "script running" check and notification via the "mailer"
23
23
* the "Removing Spaces" code, random file contents are no longer filtered
24
24
* the MD5 file creation
25
- * hard coded values -
26
- * quantities of folders and files are now kept in variables
27
- * random file size range is now kept in variables
28
- * the name of the containing folder is now kept in a variable
25
+ * hard coded values -
26
+ * quantities of folders and files are now kept in variables
27
+ * random file size range is now kept in variables
28
+ * the name of the containing folder is now kept in a variable
29
29
* the bulk of the ` stdout ` messages can now be muted
30
30
* renamed some variables
31
31
* the tree that is created is deeper than the original
@@ -52,8 +52,8 @@ EXTS=(md log json js php jpg png html css)
52
52
53
53
```
54
54
# "mutable" echoing
55
-
56
55
SILENT=true
56
+
57
57
mutecho() {
58
58
if [ "$SILENT" = true ]; then
59
59
return
You can’t perform that action at this time.
0 commit comments