Skip to content

Commit 50cb716

Browse files
author
adamdunkels
committed
Tool for Base64 encoding
1 parent c7b6364 commit 50cb716

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/base64-encode

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
perl -MMIME::Base64 -e 'print encode_base64(join("", <>))'

0 commit comments

Comments
 (0)