Giter VIP home page Giter VIP logo

whenwillrun's Introduction

WhenWillRun

A basic Command Line Tool without the use of any library (even Foundation is not used) to check when a given task will run for the first time. To run it it's also possible to use the executable included in the BUILD folder or simply by checking the releases on the git.

To run it simply type ./WhenWillRun "simulated time in HH:MM format" in the folder where the executable is stored. Example: ./WhenWillRun 13:44

And then provide for each line the task scheduling (minute first and then hour) and the name, for the scheduling values the "*" character is a wild card, that means any minute/hour Examples:

30 1 /bin/run_me_daily
45 * /bin/run_me_hourly
* * /bin/run_me_every_minute
* 19 /bin/run_me_sixty_times

To conclude the input sequence insert the EOF character (CTRL+D on Mac). Alternatively, the command can be run by using cat from a file containing the inputs, and then chaining it with a "|" operator on the tool

Example: cat input.txt | ./WhenWillRun

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.