Skip to content

Instantly share code, notes, and snippets.

@bt0DotNinja
Created January 30, 2018 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bt0DotNinja/05b330e82b9eb127aa52654a8d35a4b8 to your computer and use it in GitHub Desktop.
Save bt0DotNinja/05b330e82b9eb127aa52654a8d35a4b8 to your computer and use it in GitHub Desktop.
#!/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