Commit Graph

6 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
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
Robin Kearney
0465586d7e Update important-file 2015-01-28 09:25:51 +00:00
Tyler Akins
6625042c4e Newlines now match up with what you'd expect 2015-01-23 18:07:30 +00:00
Tyler Akins
c90d0af323 Forcing script execution to be in a particular directory 2015-01-23 17:47:31 +00:00
Tyler Akins
1151ec0a9e Initial commit 2015-01-23 17:43:08 +00:00