summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2023-03-05 21:37:04 -0600
committerCase Duckworth2023-03-05 21:37:04 -0600
commitf359855c4d3fa20eae4978c35ebb599b8c54d568 (patch)
treed6153bf642ff7f71b20aaf4752e3c5f7e5cd95a0
parentDelete twerk.first (diff)
downloadtwerk-f359855c4d3fa20eae4978c35ebb599b8c54d568.tar.gz
twerk-f359855c4d3fa20eae4978c35ebb599b8c54d568.zip
Remove spurious echo
-rwxr-xr-xtwerk1
1 files changed, 0 insertions, 1 deletions
diff --git a/twerk b/twerk index 2b0dfd7..163790a 100755 --- a/twerk +++ b/twerk
@@ -219,7 +219,6 @@ read_posts() {
219post() { 219post() {
220 printf 'Twt: ' >&2 220 printf 'Twt: ' >&2
221 read -r post 221 read -r post
222 echo >&2
223 222
224 post="$(printf '%s\t%s\n' "$(date +'%FT%T%z')" "$post")" 223 post="$(printf '%s\t%s\n' "$(date +'%FT%T%z')" "$post")"
225 224