aboutsummaryrefslogtreecommitdiffstats
path: root/config/examples.sh
blob: acb08859c0b3db8525d8da677090d825d6bf3f5e (plain)
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
)