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