echo "hello world!" echo "FOO=$FOO" echo "Child changing foo" FOO="child changed foo" echo "FOO=$FOO"