1 2 3 4 5 6 7 8
#!/bin/bash # each array element will be an example code snippet # code must be preceded by a tag, followed by a ':' and a newline _examples=( # place quoted examples here )