From: Jakub Czajka Date: Sat, 11 May 2024 22:43:53 +0000 (+0200) Subject: Remove CRLF from accounts' names. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=f9ba1e8009d3eb028d65317dd271e75abfc821fb;p=gdrive_proxy.git Remove CRLF from accounts' names. --- diff --git a/account.sh b/account.sh index 190fc75..bf960b8 100755 --- a/account.sh +++ b/account.sh @@ -6,6 +6,7 @@ format_accounts() { echo ${gdrive_accounts} \ + | tr --delete '\n\r' \ | xargs --replace={} \ --delimiter=" " echo "" }