Joseph Dalrymple
53e3208ba0
Improved portability by using /usr/bin/env pragma
2023-04-04 02:00:31 -05:00
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
b16d73b5a7
Updates for how to source "mo" and then use it
...
When you source mo, it adds the "mo" function to the environment.
2015-08-27 09:44:04 -05:00
Tyler Akins
140d4ec350
Adding example to illustrate how to get properties
...
This is supporting information to demonstrate one way to address the
user's issues - see issue #5 .
2015-05-05 11:06:04 -05:00