diff --git a/tools/timestamp b/tools/timestamp new file mode 100755 index 000000000..16db8c988 --- /dev/null +++ b/tools/timestamp @@ -0,0 +1,3 @@ +#!/bin/sh +# We run perl through a shell to avoid having to hard-code the path to perl +perl -e '$|=1; while(<>) {print time . " $_";}'