Circlean/filesystem/opt/groomer/init.sh

14 lines
139 B
Bash
Executable File

#!/bin/bash
set -e
set -x
USERNAME='kitten'
su ${USERNAME} -c ./groomer.sh
echo 'Done.'
# Only if running on a rPi
# shutdown -h now