Skip to content

Instantly share code, notes, and snippets.

@deoxxa
Created January 20, 2015 07:21
Show Gist options
  • Save deoxxa/f3e855f9bdfdc5046f38 to your computer and use it in GitHub Desktop.
Save deoxxa/f3e855f9bdfdc5046f38 to your computer and use it in GitHub Desktop.
#!/bin/sh
if [ $# -gt 0 ]; then
echo $(date -u +"%Y-%m-%dT%H:%M:%SZ") $@ >> ~/@.log
fi;
tail ~/@.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment