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