Guest User

Untitled

a guest
Feb 13th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #!/bin/bash
  2. myFunc() {
  3. export myVar="myVal"
  4. }
  5. myFunc
  6.  
  7. #!/bin/bash
  8.  
  9. export myVar="myVal"
Add Comment
Please, Sign In to add comment