Files
shl_backup/backup.sh
2022-09-29 14:55:14 +00:00

7 lines
70 B
Bash

#! /bin/bash
if [ $UID -ne 0 ] ; then
echo "need root"
exit 1
fi