Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

schedule a job bash

sudo apt-get install at
at now + 8 hours -f ~/myscript.sh   #(note the space between + and the duration):
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #schedule #job #bash
ADD COMMENT
Topic
Name
5+8 =