3 lines
70 B
Bash
Executable file
3 lines
70 B
Bash
Executable file
#!/bin/sh
|
|
perl -MMIME::Base64 -e 'print encode_base64(join("", <>))'
|