1
0
mirror of https://github.com/oliverschmidt/contiki.git synced 2025-01-13 01:30:10 +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("", <>))'