@def greet echo "hello world" @def multi echo "line one"; \ echo "line two" $ greet hello world $ multi line one line two $ echo "not a macro" not a macro