# untested sub shell_quote { return join(' ',map { bashquote($_) } @_); }