#!/bin/bash
if
[
[
$
(
id
-u
)
-ne
0
]
]
;
then
printf
"
\n
Must be root or use sudo
\n
\n
"
;
exit
;
fi