Advertisement
Guest User

Untitled

a guest
Aug 26th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #!/bin/sh
  2. #
  3. # Tests script to run at shutdown.
  4. # Script creates a fil and writes to it.
  5. #
  6. # Usage: ./shutdown-script
  7.  
  8. touch $HOME/shutdown.log
  9. echo "Shutting down at `date` ..." >> $HOME/shutdown.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement