Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. myfunction() {
  2. for i in "${BASE_ARRAY[@]}"
  3. do
  4.  
  5. myfunction() {
  6. for i in "${$1[@]}"
  7. do
  8.  
  9. myfunction BASE_ARRAY
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement