summarylogtreecommitdiffstats
path: root/packettracer
blob: 0fff9e7b317ce76f11903ed067683ed446ced02d (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="/usr/share/packettracer/lib"

exec /usr/share/packettracer/bin/PacketTracer7 "$@"