Added support for the FTP standalone client to the c64 target.
[contiki-2.x.git] / tools / base64-encode
blob348f27864edac396087e4653f3d197ada14b2551
1 #!/bin/sh
2 perl -MMIME::Base64 -e 'print encode_base64(join("", <>))'