Tool for Base64 encoding

This commit is contained in:
adamdunkels 2008-06-11 19:04:14 +00:00
parent c7b63647a3
commit 50cb71633b
1 changed files with 2 additions and 0 deletions

2
tools/base64-encode Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
perl -MMIME::Base64 -e 'print encode_base64(join("", <>))'