mo/demo/using-strings

5 lines
132 B
Plaintext
Raw Normal View History

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