#
# This is a configuration file. This should be parsed with a shell.

# Set $FOO to bar.
FOO=bar

# Set $BAR to 2.
BAR=2

# Set TEST to the value of $FOO.
TEST=$FOO

# And set QUOTING to '$FOO' (literally).
QUOTING='$FOO'

