Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2016
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #!/bin/bash
  2.  
  3. echo Starting Packet Tracer 7.0
  4.  
  5. PTDIR=/opt/pt
  6. export LD_LIBRARY_PATH=$PTDIR/lib
  7. pushd $PTDIR/bin > /dev/null
  8. ./PacketTracer7 "$@" > /dev/null 2>&1
  9. popd > /dev/null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement