summaryrefslogtreecommitdiffstats
path: root/pci
diff options
context:
space:
mode:
Diffstat (limited to 'pci')
-rwxr-xr-xpci5
1 files changed, 5 insertions, 0 deletions
diff --git a/pci b/pci
new file mode 100755
index 0000000..80fde98
--- /dev/null
+++ b/pci
@@ -0,0 +1,5 @@
+#! /bin/bash
+
+APP_PATH=`dirname $0`
+
+LD_LIBRARY_PATH="$APP_PATH/pcilib" $APP_PATH/pcitool/pci $*