Guest User

Untitled

a guest
Jul 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. # test logs
  2. logs=( "$buildlog" "$checklog" "$updatelog" "$deletelog" )
  3. for log in "${logs[@]}"; do
  4. [[ ! -f $repodir/$log ]] && touch $repodir/$log
  5. done
Add Comment
Please, Sign In to add comment