#!/bin/sh self="$0" target="$(dirname $0)/$(basename $0 .py)" echo "$0 is deprecated, use $target please" >&2 exec "$target" "$@"