#!/bin/sh [ `id -u` -eq 0 ] && echo "Bonjour Maître." && exit 0 sudo -s && exit 0 echo 'giving up.' echo 1