blob: be7911a84206d4d7005ce3ed1ffbcfd9e31551da (
plain)
1
2
3
4
5
6
7
8
9
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 "$@"
|