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

7 lines
89 B
Bash
Raw Normal View History

2022-07-09 12:34:58 +00:00
#/bin/sh
echo hello world !!
sleep 60
logger -st ${0##*/} "Finished unattended script"