Made cfs-based webserver example compatible with 8.3 file systems.
[contiki-2.x.git] / tools / timestamp
blob16db8c9882206a3d7de71c14b30933896d52ae08
1 #!/bin/sh
2 # We run perl through a shell to avoid having to hard-code the path to perl
3 perl -e '$|=1; while(<>) {print time . " $_";}'