---
functions:
file-read:
- code: |
LFILE=file_to_read
dd if=LFILE
file-write:
LFILE=file_to_write
echo "data" | dd of=$LFILE