mo/demo/using-strings
2015-01-28 09:44:44 -06:00

5 lines
132 B
Bash
Executable File

#!/bin/bash
cd "$(dirname "$0")" # Go to the script's directory
export TEST="This is a test"
echo "Your message: {{TEST}}" | ../mo