Projet

Général

Profil

Télécharger (129 octets) Statistiques
| Branche: | Tag: | Révision:

univnautes / root / .profile @ master

1
# Detect interactive logins and display the shell
2
if [ -n "${SSH_TTY}" -o "${TERM}" = "cons25" ]; then
3
	/etc/rc.initial
4
	exit
5
fi
(3-3/5)