global

def shellsplit(str)

def shellsplit(str)
    return str unless str
    str.shellsplit
end