#!/bin/sh
echo "Calling sed $@..." >&2
exec sed "$@"
