summary refs log tree commit diff stats
path: root/twerk
diff options
context:
space:
mode:
Diffstat (limited to 'twerk')
-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