bin/bdl: Put a `Usage:' prefix on the usage text.
[profile] / bin / run-with-shell-env
CommitLineData
6a5170a8
MW
1#! /bin/bash -x
2exec >/tmp/mdw/hacky.log 2>&1
3case ${__mdw_profile+t} in
4 t) ;;
5 *)
6 __mdw_force_secure_session=yes
7 export SHELL=/bin/bash USER=$(/bin/id -un)
8 set +x
9 . $HOME/.bash_profile
10 set -x
11 ;;
12esac
13exec "$@"