alpine-linux-headless-boots.../sample_unattended.sh

7 lines
89 B
Bash

#/bin/sh
echo hello world !!
sleep 60
logger -st ${0##*/} "Finished unattended script"