#!/bin/sh
# Indent the standard input by inserting "| " along the left edge.
sed -e 's/^/| /'
