destroyFriendship.sh 182 B

1234567
  1. #!/bin/sh
  2. cd ..
  3. . ./setEnv.sh
  4. RUN_CMD="$JAVA_HOME/bin/java $MEM_ARGS -cp $CLASSPATH twitter4j.examples.friendship.DestroyFriendship"
  5. echo $RUN_CMD ${1+"$@"}
  6. exec $RUN_CMD ${1+"$@"}