use builtin say
[vrac.git] / getroot.sh
1 #!/bin/sh
2
3 [ `id -u` -eq 0 ] && echo "Bonjour MaĆ®tre." && exit 0
4
5 sudo -s && exit 0
6
7 echo 'giving up.'
8 echo 1
9