Compare commits

...

2 commits

Author SHA1 Message Date
embr 427e6aa0bd update 2022-11-04 2022-11-04 00:41:38 +01:00
embr a84b476ff4 I hate shell semantics sometimes
Without quoting this, the tweet:

  i;ll never be a real pig *sobs uncontrollably *

is interpreted _as if you'd typed that verbatim on the commandline_:

  i;ll never be a real pig *sobs uncontrollably dril dril.dat dril.html fortunes Makefile mkfortunes.sh README.md
2022-11-04 00:39:40 +01:00
4 changed files with 18306 additions and 765 deletions

1653
dril

File diff suppressed because it is too large Load diff

BIN
dril.dat

Binary file not shown.

15910
dril.html

File diff suppressed because it is too large Load diff

View file

@ -13,7 +13,7 @@ lines=$(cat dril.html |\
total=$(echo -n "$lines" | wc -l)
at=1
while read tweet; do
echo $tweet | sed 's%<br />%\n%g'
echo "$tweet" | sed 's%<br />%\n%g'
echo " -- dril"
echo %