diff options
author | B. Watson <yalhcru@gmail.com> | 2020-11-25 21:50:38 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2020-11-25 21:50:38 -0500 |
commit | fe29a1a7f5fde6164b330a632229c9b09fc03b15 (patch) | |
tree | 1add0b9816c0b323fb0a8907ed7651baa8c8b028 /sbonewmaint | |
parent | e7ec987ccbf251897c05cd1a9b61fbfa52cb775f (diff) | |
download | sbostuff-fe29a1a7f5fde6164b330a632229c9b09fc03b15.tar.gz |
sbonewmaint: commentary
Diffstat (limited to 'sbonewmaint')
-rwxr-xr-x | sbonewmaint | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbonewmaint b/sbonewmaint index 189bc23..742edb5 100755 --- a/sbonewmaint +++ b/sbonewmaint @@ -1,5 +1,6 @@ #!/bin/sh +# read config fresh, rather than use the env. if [ -e ~/.sbostuff.cfg ]; then source ~/.sbostuff.cfg else |