about summary refs log tree commit diff stats
path: root/bin/shenv
blob: 62511557c8793302fefc124d296875b28a050e80 (plain) (blame)
1
2
3
4
5
#!/bin/sh
# simply sources the shrc and runs a shell with that as its environment.
# passes through all arguments that sh takes. to be used instead of sh.
. ${HOME_ETC:=$HOME/etc}/shrc
exec /bin/sh "$@"