github.com/upcmd/up@v0.8.1-0.20230108151705-ad8b797bf04f/tests/functests/test_env.rc (about)

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