1
0
mirror of https://github.com/oliverschmidt/contiki.git synced 2025-01-12 10:30:09 +00:00
contiki/tools/base64-encode
2008-06-11 19:04:14 +00:00

3 lines
70 B
Bash
Executable File

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