Guest User

Untitled

a guest
Nov 15th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. echo export TEST_BASH=sup >> ~/.bashrc
  2. source ~/.bashrc
  3. echo $TEST_BASH
  4.  
  5. case $- in
  6. *i*) ;;
  7. *) return ;;
  8. esac
Add Comment
Please, Sign In to add comment