/twitter4j-2.2.5/bin/stream/printFirehoseStream.sh
https://bitbucket.org/natefons/tcup · Shell · 6 lines · 5 code · 0 blank · 1 comment · 0 complexity · f3e64e56e5bc47ea441d9af0f04e6739 MD5 · raw file
- #!/bin/sh
- cd ..
- . ./setEnv.sh
- RUN_CMD="$JAVA_HOME/bin/java $MEM_ARGS -cp $CLASSPATH twitter4j.examples.stream.PrintFirehoseStream"
- echo $RUN_CMD ${1+"$@"}
- exec $RUN_CMD ${1+"$@"}