PageRenderTime 26ms CodeModel.GetById 19ms app.highlight 6ms RepoModel.GetById 1ms app.codeStats 0ms

/twitter4j-2.2.5/bin/stream/printUserStream.sh

https://bitbucket.org/natefons/tcup
Shell | 6 lines | 5 code | 0 blank | 1 comment | 0 complexity | 20db4cf7fb786fe9ebb617c9916b331b MD5 | raw file
1#!/bin/sh
2cd ..
3. ./setEnv.sh
4RUN_CMD="$JAVA_HOME/bin/java $MEM_ARGS -cp $CLASSPATH twitter4j.examples.stream.PrintUserStream"
5echo $RUN_CMD ${1+"$@"}
6exec $RUN_CMD ${1+"$@"}