lsdtt_env.sh 99 B

1234
  1. #!/bin/sh
  2. export PATH="$(pwd):${PATH}"
  3. export LD_LIBRARY_PATH="$(pwd)/../lib/:${LD_LIBRARY_PATH}"