Guest User

Untitled

a guest
Aug 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. a="hoge"
  2.  
  3. items=()
  4. items+=( $(jo $a=b x=y) )
  5. items+=( $(jo $a=c) )
  6. # items+='a'
  7. # items+='b'
  8. # echo ${items[@]}
  9.  
  10. # jo -a $hoge $fuga
  11. jo -pa $(echo ${items[@]})
  12. # jo -pa "${items[@]}"
Add Comment
Please, Sign In to add comment