Skip to content

Instantly share code, notes, and snippets.

@hoolymama
Created August 18, 2010 22:07
Show Gist options
  • Save hoolymama/536341 to your computer and use it in GitHub Desktop.
Save hoolymama/536341 to your computer and use it in GitHub Desktop.
path=https://github.com/api/v2/yaml/issues/open/duxlabs/giraffe
user=your_user
pass=your_password
title="Maya Integration"
body="Integrate Autodesk Maya"
curl --user ${user}:${pass} -F "login=${user}" -F "title=${title}" -F "body=${body}" ${path}
title="Get 3rd party Licenses"
body="Adobe CS, Fusion, Houdini"
curl --user ${user}:${pass} -F "login=${user}" -F "title=${title}" -F "body=${body}" ${path}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment