Guest User

Untitled

a guest
Oct 18th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #! /bin/bash
  2.  
  3. # default variable experiements
  4.  
  5. DEFAULT="default value"
  6.  
  7. VAL=${1-DEFAULT}
  8.  
  9. echo "VAL: $VAL"
Add Comment
Please, Sign In to add comment