#!/bin/sh
cd /usr/share/tweets-analyzer
exec python2 tweets_analyzer.py "$@"
