Packaging a scheduled bash script #5220
Unanswered
CodeWithShreyans
asked this question in
Writing Formulae/Casks
Replies: 2 comments 1 reply
-
You can't force execution of software on an interval. But |
Beta Was this translation helpful? Give feedback.
0 replies
-
How could I integrate with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
I have a bash script that I want to package as a homebrew formula and run at a specific interval on the user's machine.
What's the best way I could accomplish this?
Beta Was this translation helpful? Give feedback.
All reactions