#!/bin/bash | |
echo Starting Packet Tracer 7.1 | |
PTDIR=/opt/pt | |
export LD_LIBRARY_PATH=$PTDIR/lib:/home/soul/.lib64 | |
pushd $PTDIR/bin > /dev/null | |
./PacketTracer7 "$@" > /dev/null 2>&1 | |
popd > /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment