Answers for "schedule a job bash"

0

schedule a job bash

sudo apt-get install at
at now + 8 hours -f ~/myscript.sh   #(note the space between + and the duration):
Posted by: Guest on September-03-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language