diff --git a/make-log-files.sh b/make-log-files.sh new file mode 100644 index 0000000..4cc056b --- /dev/null +++ b/make-log-files.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +# This script creates the log files and the fold they will reside in. +# This script must be executed before you set-up the start-up and +# shutdown cron-jobs on the system. + +mkdir ~/logs/ +touch ~/logs/startup-logs.txt +touch ~/logs/shutdown-logs.txt