Bash stuff

This commit is contained in:
2017-10-05 13:17:39 +02:00
parent 3662587892
commit ea03ebc291
8 changed files with 37 additions and 14 deletions
Executable
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
cat <<EOF
* * * * * Command
| | | | |
| | | | +- Day of the week (0-6)
| | | +--- Month of the Year (1-12)
| | +----- Day of the month (1-31)
| +------- Hour (0-23)
+--------- Minute (0-59)
EOF