summaryrefslogtreecommitdiffstats
path: root/root/.shrc
blob: 2252b5f33100e71da7218491f200826cba52f987 (plain)
1
2
3
4
5
# Detect interactive logins and display the shell
if [ `env | grep SSH_TTY | wc -l` -gt 0 ] || [ `env | grep cons25 | wc -l` -gt 0 ]; then
	/etc/rc.initial
	exit
fi
OpenPOWER on IntegriCloud