summaryrefslogtreecommitdiffstats
path: root/pci
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2015-04-28 21:46:24 +0200
committerSuren A. Chilingaryan <csa@suren.me>2015-04-28 21:46:24 +0200
commit30c99c130dbf9d5bea342c16d5bdc4ae12e402f2 (patch)
tree995065e2f4bb014cbb92f5459b50cd0bc400f090 /pci
parent4f4d155d5555997a966aefe2aa1d91fc96765d2a (diff)
downloadpcitool-30c99c130dbf9d5bea342c16d5bdc4ae12e402f2.tar.gz
pcitool-30c99c130dbf9d5bea342c16d5bdc4ae12e402f2.tar.bz2
pcitool-30c99c130dbf9d5bea342c16d5bdc4ae12e402f2.tar.xz
pcitool-30c99c130dbf9d5bea342c16d5bdc4ae12e402f2.zip
Check event interface version for plugins
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 $*