5 lines
72 B
Bash
Executable File
5 lines
72 B
Bash
Executable File
#!/bin/bash
|
|
set -x
|
|
echo "Starting cron job for TIS Backup"
|
|
cron -f -l 2
|