• Show log

    Commit

  • Hash : 67d7451c
    Author : Christian Weisgerber
    Date : 2021-09-15T08:29:53

    shell code fixes
    
    Escape sequences are not handled by every echo(1), e.g. not on FreeBSD.
    '?' is a glob character and must be quoted.
    '!' is not a shell meta character.
    
    ok tracey stsp