repo.or.cz
/
contiki-2.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Change RIME max time to fit in 16 bit timer
[contiki-2.x.git]
/
tools
/
timestamp
blob
16db8c9882206a3d7de71c14b30933896d52ae08
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 . "
$_
";}'