#!/bin/sh

if [ ! -e /home ]; then
	ln -s /net/$SERVEUR_NFS/home /
fi

if [ ! -e /home2 ]; then
	ln -s /net/$SERVEUR_NFS/home2 /
fi

