cfriedline

Untitled

Feb 16th, 2012
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.28 KB | None | 0 0
  1. (nodes+extra).times {
  2.     def cmd = ["/usr/bin/java",  "-jar",  "/home/cfriedline/bnfo/HazelBlast/HazelBlast.jar > ${it}.log"
  3.     println "${it}: ${cmd}"
  4.     try {
  5.             cmd.execute()
  6.         } catch (Exception e) {
  7.                 e.printStackTrace()
  8.         }
  9.     Thread.sleep(200)
  10. }
Advertisement
Add Comment
Please, Sign In to add comment