Commit Graph

3 Commits

Author SHA1 Message Date
Tyler Akins
ad98577c42
Changing how functions are called
Old way:

    functionName CONTENT argument1 argument2

New way:

    echo -n "$CONTENT" | functionName argument1 argument2

This follow the Unix style more closely.
2017-11-13 10:13:56 -06:00
Tyler Akins
e78b15d95b
Updating test to enable the flag 2017-11-03 19:38:34 -05:00
Tyler Akins
a5ec7dd740
I think this finally implements arguments to functions
This closes #18.
2017-11-03 16:34:08 -05:00