From: Diego Elio Pettenò Date: Sun, 8 Apr 2012 18:52:07 +0000 (+0200) Subject: Add a simple script to update the IDs. X-Git-Tag: hwids-20120416~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=888f4cc55ce5d4e5086b20555fbd961c1f9b79bb;p=oweals%2Fhwids.git Add a simple script to update the IDs. --- diff --git a/fetch.sh b/fetch.sh new file mode 100755 index 0000000..6846191 --- /dev/null +++ b/fetch.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +curl http://pci-ids.ucw.cz/v2.2/pci.ids.bz2 | bzcat > pci.ids +curl http://www.linux-usb.org/usb.ids.bz2 | bzcat > usb.ids