summarylogtreecommitdiffstats
path: root/packettracer
blob: 651fe311626709a20e524569e6465420b5ad7351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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_PRELOAD=/usr/lib/libcrypto-compat.so.1.0.0
export LD_LIBRARY_PATH="/usr/share/packettracer/lib"

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