Tool for Base64 encoding
This commit is contained in:
parent
c7b63647a3
commit
50cb71633b
2
tools/base64-encode
Executable file
2
tools/base64-encode
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
perl -MMIME::Base64 -e 'print encode_base64(join("", <>))'
|
Loading…
Reference in a new issue