5 lines
89 B
Bash
5 lines
89 B
Bash
#!/bin/bash
|
|
time_begin=$(date)
|
|
echo "$time_begin, crontriger!!!" > logcrontab.txt
|
|
exit 0
|