eid-ops/enc-secret-file

8 lines
71 B
Text
Raw Permalink Normal View History

#!/bin/bash
data=`base64 $1 | sed 's/^/ /'`
cat<<EOF
$2: |
$data
EOF