Skip to content

Instantly share code, notes, and snippets.

@ohadlevy
Created April 22, 2011 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ohadlevy/937501 to your computer and use it in GitHub Desktop.
Save ohadlevy/937501 to your computer and use it in GitHub Desktop.
#! /bin/sh
curl -H "Accept:application/json" \
-k -u admin:changeme \
-d "_method=put" \
-d "architecture[name]=x86_64_new" \
http://0.0.0.0:3000/architectures/x86_64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment