bash_profile.sh 112 B

1234567
  1. #!/bin/bash
  2. export DART_HOME=$IROOT/dart-sdk
  3. export PUB_CACHE=$IROOT/.pubcache
  4. export NGINX_HOME=$IROOT/nginx