aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfetch.sh4
1 files changed, 4 insertions, 0 deletions
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