Created
April 25, 2021 01:11
-
-
Save cmd-not-found/e8ffdfa56ed1f246faaf6f29f690bfb8 to your computer and use it in GitHub Desktop.
Revisions
-
cmd-not-found created this gist
Apr 25, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ for cert in *.crt; do mv $cert $cert.bak cat $cert.bak | tr -d '\r\n' > $cert done