diff --git a/examples/sentiment.sh b/examples/sentiment.sh index 433b686..7d8bcbc 100755 --- a/examples/sentiment.sh +++ b/examples/sentiment.sh @@ -4,7 +4,7 @@ if [ $# -lt 1 ]; then echo "usage: $0 api_key [alternate_url]" exit 1 fi -sentiment_file_data="
Original Ghostbuster Dan Aykroyd, who also co-wrote the 1984 Ghostbusters film, couldn’t be more pleased with the new all-female Ghostbusters cast, telling The Hollywood Reporter, The Aykroyd family is delighted by this inheritance of the Ghostbusters torch by these most magnificent women in comedy.
" +sentiment_file_data="Original Ghostbuster Dan Aykroyd, who also co-wrote the 1984 Ghostbusters film, couldn’t be more pleased with the new all-female Ghostbusters cast, telling The Hollywood Reporter, “The Aykroyd family is delighted by this inheritance of the Ghostbusters torch by these most magnificent women in comedy.”
" TMPFILE=`mktemp` || exit 1 echo ${sentiment_file_data} >> ${TMPFILE}