Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.
/ nightly Public archive

Simple utility for scheduling a command to run every night

License

Notifications You must be signed in to change notification settings

johnjones4/nightly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nightly

Nightly is a simple utility for executing a command every evening. Think of it as a poor person's Cron that only does one thing with a less-flexible scheduling system. I built this to handle kicking off automated scripts inside a few Docker projects.

Requirements:

  • Python 3.6+
  • Python pip

Installation:

pip install nightly

Usage:

The following will run /path/to/script.sh every day at 4am:

# nightly --when 4:00 /path/to/script.sh

About

Simple utility for scheduling a command to run every night

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages