Skip to main content

Thread: Is there any site that can run everyday a script that i have made?


hello! have made script, , have laptop day running runs script.. changes every hour image in website need runned every hour.. leaving laptop everyday running, kinda annoying , ask, if there site can run script u.. way..

terminal >
code:
crontab -e
, add
code:
*/60 * * * * /absolute/path/to/your/script.sh

once works expected can suppress emails with
code:
*/60 * * * * /absolute/path/to/your/script.sh > /dev/null 2>&1


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [other] Is there any site that can run everyday a script that i have made?


Ubuntu

Comments