mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-02 19:29:30 +00:00
3 lines
70 B
Plaintext
3 lines
70 B
Plaintext
|
#!/bin/sh
|
||
|
perl -MMIME::Base64 -e 'print encode_base64(join("", <>))'
|