summarylogtreecommitdiffstats
path: root/packettracer
blob: 9d747f936883c6ab2d36e2337237ec219ecb16fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

# Modified and improved version of Cisco's Script

# 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"

exec /opt/pt/bin/PacketTracer6 "$@"