Guest User

Untitled

a guest
Nov 18th, 2017
76
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.  
  3. #DEST_DIRS=("" "")
  4.  
  5. if [[ -z ${DEST_DIRS[*]+_} ]]; then
  6. DEST_DIRS=(
  7. "dir1"
  8. "dir2"
  9. )
  10. fi
Add Comment
Please, Sign In to add comment