#!/bin/bash

if [ `whoami` = "root" ]
then
 echo "Jesteś superużytkownikiem."
fi
