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