Skip to content

Instantly share code, notes, and snippets.

@abpin
Created May 7, 2022 15:43
Show Gist options
  • Save abpin/b9b629968d41fbd13f42843ecc4a6e08 to your computer and use it in GitHub Desktop.
Save abpin/b9b629968d41fbd13f42843ecc4a6e08 to your computer and use it in GitHub Desktop.
#!/bin/bash
cronline="* * * * * /usr/bin/bash /root/movetos3.sh 1> /root/movetos3-log.txt 2> /root/movetos3-err.txt"
(crontab -u root -l; echo "$cronline" ) | crontab -u root -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment