--- functions: file-read: - description: Outputs the first line of the file (until the first whitespace) inside an error message to stdandard error. code: | LFILE=file_to_read bridge -b "$LFILE" ---