922985c Prefer GNU-style long options and dot-slash local path prefix

Authored and Committed by terrycloth 4 years ago
    Prefer GNU-style long options and dot-slash local path prefix
    
    Long options are take longer to type, but are easier to remember what
    they mean.
    
    Dot-slash relative ./paths are a good habit to get into with shell
    scripting, since it removes some syntax ambiguities.
    
        
file modified
+13 -14