Guest User

Untitled

a guest
Dec 16th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.12 KB | None | 0 0
  1. for dirz in `find . -type d -name gtptools` ; do
  2.  
  3.     if[ -d $dirz ]; then
  4.         export GTPTOOLS_DIR=$dirz
  5.         break
  6.     fi
  7. done
Add Comment
Please, Sign In to add comment