mirror of
https://github.com/torproject/collector.git
synced 2024-11-23 17:39:45 +00:00
Tweak shell scripts.
This commit is contained in:
parent
8e5a7a7d9e
commit
2caf3f1b11
@ -1,5 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
# TODO is there a better way to suppress Ant's output?
|
||||
ant bridgedescs -q | grep -Ev "^$|^BUILD SUCCESSFUL|^Total time: "
|
||||
ant bridgedescs | grep "\[java\]"
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
# TODO is there a better way to suppress Ant's output?
|
||||
ant bridgepools -q | grep -Ev "^$|^BUILD SUCCESSFUL|^Total time: "
|
||||
ant bridgepools | grep "\[java\]"
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
# TODO is there a better way to suppress Ant's output?
|
||||
ant exitlists -q | grep -Ev "^$|^BUILD SUCCESSFUL|^Total time: "
|
||||
ant exitlists | grep "\[java\]"
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
# TODO is there a better way to suppress Ant's output?
|
||||
ant relaydescs -q | grep -Ev "^$|^BUILD SUCCESSFUL|^Total time: "
|
||||
ant relaydescs | grep "\[java\]"
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
# TODO is there a better way to suppress Ant's output?
|
||||
ant torperf -q | grep -Ev "^$|^BUILD SUCCESSFUL|^Total time: "
|
||||
ant torperf | grep "\[java\]"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user