Skip to content

Instantly share code, notes, and snippets.

@pol
Forked from sanbornm/agile.py
Created June 18, 2010 22:41
Show Gist options
  • Save pol/444327 to your computer and use it in GitHub Desktop.
Save pol/444327 to your computer and use it in GitHub Desktop.
#!/bin/sh
# Usage: agile.sh "some task name"
APIKEY=your_api_key
curl http://tasks.jaderobbins.com/tasks?user_credentials=$APIKEY --data-urlencode "task[name]=$1"
@pol
Copy link
Author

pol commented Jun 18, 2010

This is dumber than the original (I think?) because it spits back the webpage when it's done

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