Skip to content

Instantly share code, notes, and snippets.

@sharifulin
Last active December 12, 2015 02:18
Show Gist options
  • Save sharifulin/4697132 to your computer and use it in GitHub Desktop.
Save sharifulin/4697132 to your computer and use it in GitHub Desktop.
#!/bin/bash
LOGFILE=basisjs.log
(
echo -n; echo '---'; echo `date`
time mojo get http://basisjs.com title text
) 1>> $LOGFILE 2>> $LOGFILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment