bash_profile.sh 94 B

12345
  1. #!/bin/bash
  2. export MONO_ROOT=${IROOT}/mono-3.2.8-install
  3. export PATH="$MONO_ROOT/bin:$PATH"