/twitter4j-2.2.5/bin/friendsandfollowers/getFriendsIDs.sh
Shell | 7 lines | 5 code | 1 blank | 1 comment | 0 complexity | 68f9c484fd35251b069b39eb3b5167b6 MD5 | raw file
1#!/bin/sh
2cd ..
3. ./setEnv.sh
4
5RUN_CMD="$JAVA_HOME/bin/java $MEM_ARGS -cp $CLASSPATH twitter4j.examples.friendsandfollowers.GetFriendsIDs"
6echo $RUN_CMD ${1+"$@"}
7exec $RUN_CMD ${1+"$@"}