Child: [r12] (diff)
Download this file
1 2 3 4 5 6 7
#!/bin/sh cd .. . ./setEnv.sh RUN_CMD="$JAVA_HOME/bin/java $MEM_ARGS -cp $CLASSPATH twitter4j.examples.list.DestroyUserListSubscription" echo $RUN_CMD ${1+"$@"} exec $RUN_CMD ${1+"$@"}