aboutsummaryrefslogblamecommitdiffstats
path: root/README
blob: 8778b5cf86e9c99dad2a0bb65ff7a84b734ee9a3 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                 
Schedule an alarm for a program when starting it.


USAGE: alarm <TIME> <COMMAND> <ARGS...>

Recognised patterns for <TIME>:

    <SECONDS>[s]
    <MINUTES>m[<SECONDS>s]
    <HOURS>h[<MINUTES>m][<SECONDS>s]

    All values are non-negative integers, and
    the interal must be greater than zero and
    at most 18h12m15s.