Skip to content

Commit 907bbd4

Browse files
committed
README update
1 parent 9dffab2 commit 907bbd4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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-
5655
SILENT=true
56+
5757
mutecho() {
5858
if [ "$SILENT" = true ]; then
5959
return

0 commit comments

Comments
 (0)