From 6439bfca1ea951bf6ba036d6bfecdf7a43f6f859 Mon Sep 17 00:00:00 2001 From: Ghozy Arif Fajri Date: Mon, 2 Jun 2014 17:36:13 +0700 Subject: [PATCH] fix: ttytter status format --- tweet.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tweet.sh b/tweet.sh index d7273c8..5b74802 100755 --- a/tweet.sh +++ b/tweet.sh @@ -49,9 +49,9 @@ cekonline() { post_tweet() { if [[ ! -z "$tweet_status" ]]; then - # getJam - echo "[ttytter] : $tweet_status" - # echo "$tweet_status" | ttytter -status=- + getJam + echo "[ttytter][$getjam] : $tweet_status" + echo "$tweet_status" | ttytter -status=- else echo "ERROR_STATUS_KOSONG: $aksi" fi