mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-21 19:29:18 +00:00
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 New Issue
Block a user