1
0
Fork 0
Browse Source

create a make-logs script.

pull/1/head
rtrp@factory1 4 years ago
parent
commit
9027a3bcb1
  1. 9
      make-log-files.sh

9
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