Files
contiki/tools/timestamp
2007-11-12 11:48:49 +00:00

4 lines
134 B
Bash
Executable File

#!/bin/sh
# We run perl through a shell to avoid having to hard-code the path to perl
perl -e '$|=1; while(<>) {print time . " $_";}'