Update 'bash/associative_array.bash'
This commit is contained in:
@@ -17,3 +17,11 @@ do
|
||||
echo "$i is true"
|
||||
fi
|
||||
done
|
||||
|
||||
# Output will be:
|
||||
#
|
||||
# key: repo_one
|
||||
# repo_one is true
|
||||
# key: repo_two
|
||||
# repo_one is true
|
||||
# key: repo_three
|
||||
|
||||
Reference in New Issue
Block a user