You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many times I use sleep to execute a function at certain time, especially over night. Usual steps I take are to calculate number of seconds, say to 02:14am and then simply use sleep nbSeconds; ./functionToExecute.sh.
It would be aweseome e.g. to have something like this: timer -t 02:14am like -t or --time to time
Please consider implementing it.
The text was updated successfully, but these errors were encountered:
First of all, thank you for lovely package.
Many times I use
sleep
to execute a function at certain time, especially over night. Usual steps I take are to calculate number of seconds, say to 02:14am and then simply usesleep nbSeconds; ./functionToExecute.sh
.It would be aweseome e.g. to have something like this:
timer -t 02:14am
like-t
or--time
to timePlease consider implementing it.
The text was updated successfully, but these errors were encountered: