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
2222 * "script running" check and notification via the "mailer"
2323 * the "Removing Spaces" code, random file contents are no longer filtered
2424 * 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
2929* the bulk of the ` stdout ` messages can now be muted
3030* renamed some variables
3131* the tree that is created is deeper than the original
@@ -52,8 +52,8 @@ EXTS=(md log json js php jpg png html css)
5252
5353```
5454# "mutable" echoing
55-
5655SILENT=true
56+
5757mutecho() {
5858 if [ "$SILENT" = true ]; then
5959 return
You can’t perform that action at this time.
0 commit comments