Setupbox_Pro/monitor/setup/log.sh
2020-12-02 14:38:01 +07:00

5 lines
89 B
Bash

#!/bin/bash
time_begin=$(date)
echo "$time_begin, crontriger!!!" > logcrontab.txt
exit 0