PageRenderTime 198ms CodeModel.GetById 20ms app.highlight 13ms RepoModel.GetById 2ms app.codeStats 0ms

/twitter4j-2.2.5/bin/stream/printRetweetStream.cmd

https://bitbucket.org/natefons/tcup
Batch | 9 lines | 7 code | 2 blank | 0 comment | 0 complexity | d485d927a9521e57e3792e83e088f3ff MD5 | raw file
1echo off
2SETLOCAL enabledelayedexpansion
3cd ..
4call setEnv.cmd
5
6echo on
7"%JAVA_HOME%\bin\java" %MEM_ARGS% -classpath "%CLASSPATH%" twitter4j.examples.stream.PrintRetweetStream %*
8
9ENDLOCAL