1
0
mirror of https://github.com/oliverschmidt/contiki.git synced 2025-02-19 16:31:22 +00:00
contiki/tools/base64-encode

3 lines
70 B
Plaintext
Raw Normal View History

2008-06-11 19:04:14 +00:00
#!/bin/sh
perl -MMIME::Base64 -e 'print encode_base64(join("", <>))'