RosettaCodeData/Task/Bitmap-Write-a-PPM-file/UNIX-Shell/bitmap-write-a-ppm-file-1.sh

4 lines
49 B
Bash

function write {
_.to_s > "$1"
}