Loading
#openttdcoop - Paste
Archives
Trending
Docs
Login
timestamp
Wrap
Raw
Revise
#!/bin/awk -f
{
cmd=
"(date)"
;\
cmd |
getline
d;\
print
d,
$0
;\
close
(
cmd
)
}
Comments