Advertisement
nighthoodie

foot

May 2nd, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # for adding common footer to scripts
  4. # edit footer here, apply to other scripts
  5.  
  6.  
  7. echo="/bin/echo"
  8.  
  9.  
  10.         echo -e "\n\n\n\nexit" >> $1
  11.  
  12. echo Complete.; exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement