#!/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 "$@"