-
-
Save pol/444327 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is dumber than the original (I think?) because it spits back the webpage when it's done