mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-03 22:06:22 +00:00
4 lines
134 B
Plaintext
4 lines
134 B
Plaintext
|
#!/bin/sh
|
||
|
# We run perl through a shell to avoid having to hard-code the path to perl
|
||
|
perl -e '$|=1; while(<>) {print time . " $_";}'
|