Guest User

Untitled

a guest
Dec 15th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. echo "somecommand -someOptions 2>&1 | mail -s "$HOST after reboot: somecommand -someOptions" my.mail@address.com" | at now +5 minutes ;
  2. #do admin stuff before reboot in less than 5 mins here ;
  3. touch /fastboot ; reboot
  4.  
  5. echo "echo "somecommand -someOptions 2>&1 | mail -s \"$HOST after reboot: somecommand -someOptions\" my.mail@address.com" | at now +5 minutes ;
  6. #do admin stuff before reboot in less than 5 mins here ;
  7. touch /fastboot ; reboot ; " | at now + 1 minute
  8.  
  9. at now + 1 minute <<!
  10. echo "somecommand -someOptions 2>&1 | mail -s "$HOST after reboot: somecommand -someOptions" my.mail@address.com" | at now +5 minutes
  11. #do admin stuff before reboot in less than 5 mins here
  12. touch /fastboot ; reboot
  13. !
  14.  
  15. at now + 5
  16. /home/user/bin/doit
  17. ^D
Add Comment
Please, Sign In to add comment