Skip to content

Instantly share code, notes, and snippets.

@dw
Created June 8, 2014 23:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dw/c38aff42b65101ab2240 to your computer and use it in GitHub Desktop.
Save dw/c38aff42b65101ab2240 to your computer and use it in GitHub Desktop.
[00:34:19 eldil!1 ~] cat bin/ts
#!/bin/bash
while read; do
echo `date +%Y-%m-%d+T%H:%M:%S` "$REPLY"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment