summarylogtreecommitdiffstats
path: root/linguist
diff options
context:
space:
mode:
authorSergey Marochkin2015-11-01 22:20:26 +0300
committerSergey Marochkin2015-11-01 22:20:26 +0300
commit609c1316002408f0070bb4abf56b70fb575a791a (patch)
treed5905a4ce924d8835bd9459d358099bb37daf12f /linguist
downloadaur-609c1316002408f0070bb4abf56b70fb575a791a.tar.gz
Upload
Diffstat (limited to 'linguist')
-rwxr-xr-xlinguist10
1 files changed, 10 insertions, 0 deletions
diff --git a/linguist b/linguist
new file mode 100755
index 000000000000..be7911a84206
--- /dev/null
+++ b/linguist
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# As for now, PacketTracer works with built-in arch libraries
+# If you exprerience any troubles, try to uncomment
+# the following line
+
+export LD_LIBRARY_PATH="/opt/pt/lib"
+
+/opt/pt/bin/linguist "$@"
+