diff options
-rwxr-xr-x | twerk | 1 |
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() { | |||
219 | post() { | 219 | post() { |
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 | ||