diff options
author | Crestwave <crest.wave@yahoo.com> | 2019-09-23 20:32:26 +0800 |
---|---|---|
committer | Crestwave <crest.wave@yahoo.com> | 2019-09-23 20:32:26 +0800 |
commit | 7b09145c268388284d6380cf4b473db66656a479 (patch) | |
tree | 17ffb40307baa4351f2d77a9b7d049a97ad922de | |
parent | 172056a6c7f488d36df1e0cdf1fed709341af845 (diff) | |
download | pure-sh-bible-7b09145c268388284d6380cf4b473db66656a479.tar.gz pure-sh-bible-7b09145c268388284d6380cf4b473db66656a479.zip |
docs: update
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -397,6 +397,7 @@ head() { i=$((i+1)) [ "$i" = "$1" ] && return done < "$2" + [ -n "$line" ] && printf %s "$line" } ``` |