'Shell script. what does it mean?
Do you know what does the shell script below??
00 5 * * * file.sh --date="2020-08-03"
Solution 1:[1]
The script isn't shell script but probably CRON job script.
It runs a command /client/user/download_files.sh --date="2020-08-03" every day at 5:00 AM.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | P?emysl Š?astný |
