Skip to content

Commit

Permalink
Handle multiple scheduled GIFs in next script
Browse files Browse the repository at this point in the history
Make the presentation of multiple GIFs in one day line up.
  • Loading branch information
norm committed Mar 31, 2021
1 parent bc05fd1 commit 84bde8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/next
Expand Up @@ -37,7 +37,8 @@ function list_scheduled_gifs {
( ag published.*$datestamp source || echo '' ) \
| cut -d: -f1 \
| sed -e 's#source/##' \
-e 's/.toml//'
-e 's/.toml//' \
-e '2,$s/^/ /'
)

[ -n "$content" -a -n "$empty" ] && continue
Expand Down

0 comments on commit 84bde8b

Please sign in to comment.