commit b56869067a9a0160d3038ae6f055be664b7dfdb4
Author: Karsten Loesing <[email protected]>
Date:   Sat Aug 15 10:44:42 2015 +0200

    Make script output slightly more useful.
---
 run-web.sh |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/run-web.sh b/run-web.sh
index 5ee88d8..bd0bb5c 100755
--- a/run-web.sh
+++ b/run-web.sh
@@ -1,3 +1,6 @@
 #!/bin/sh
-for i in $(ls shared/bin/[0-9]* | sort); do ./$i; done
+for i in $(ls shared/bin/[0-9]* | sort); do
+  echo `date` "Running $i."
+  ./$i
+done
 



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to