Skip to content

Instantly share code, notes, and snippets.

@epleterte
Created October 4, 2012 16:51
Show Gist options
  • Save epleterte/3834897 to your computer and use it in GitHub Desktop.
Save epleterte/3834897 to your computer and use it in GitHub Desktop.
Better, untested rackup
#!/bin/bash -ue
/usr/bin/curl -s -k -F userfile=@<( /usr/bin/facter ) -u user:pass "https://racktables/index.php?page=depot&tab=facter&op=Update" > /dev/null 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment