Skip to content

Instantly share code, notes, and snippets.

@scottt
Created February 8, 2014 02:53
Show Gist options
  • Select an option

  • Save scottt/8875965 to your computer and use it in GitHub Desktop.

Select an option

Save scottt/8875965 to your computer and use it in GitHub Desktop.
#!/bin/sh
while true; do
time curl http://api.plate.tw/menu.php?rest_id=2
sleep 1
done
@anthonyaje
Copy link

thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment