#!/usr/bin/env bash
# outdent -- strip leading and trailing whitespace
sed 's/^\s\+//; s/\s\+$//'
