Skip to content

Instantly share code, notes, and snippets.

@parkerlreed
Created October 24, 2013 02:58
Show Gist options
  • Save parkerlreed/7130578 to your computer and use it in GitHub Desktop.
Save parkerlreed/7130578 to your computer and use it in GitHub Desktop.
#!/bin/bash
wget http://somesite.com/coreboot.rom
/usr/sbin/flashrom internal:bus=spi -w coreboot.rom
echo "FIXED IT FOR YOU"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment