diff options
Diffstat (limited to 'blogrss')
-rwxr-xr-x | blogrss | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -70,7 +70,6 @@ if [[ -f $feedname ]]; then rm $feedname fi touch $feedname -#postArray=( $(ls -t "$postDir"/*.html) ) mapfile -t postArray < <(ls -t "$postDir"/*.html) postNum=0 for posts in "${postArray[@]}"; do |