Child: [r12] (diff)

Download this file

destroyUserListSubscription.sh    8 lines (6 with data), 0 Bytes

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+"$@"}