github.com/upcmd/up@v0.8.1-0.20230108151705-ad8b797bf04f/examples/0001/01/test_env.rc (about)

     1  
     2  # both worked
     3  # with: #!/usr/bin/env bash
     4  # or with out it
     5  
     6  echo "start of source"
     7  export AAA=sourced_aaa
     8  echo "end of source"