We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b6364 commit 50cb716Copy full SHA for 50cb716
tools/base64-encode
@@ -0,0 +1,2 @@
1
+#!/bin/sh
2
+perl -MMIME::Base64 -e 'print encode_base64(join("", <>))'
0 commit comments