PowerShell/demos/crontab.ps1

10 lines
196 B
PowerShell
Raw Normal View History

# Use the crontab module available at ./modules/CronTab
# Get the existing cron jobs
# Sort them by data
# Create a new one using a DateTime object
# Show in bash that the new cron job exists