Advertisement
Guest User

Untitled

a guest
Sep 7th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #!bin/bash
  2.  
  3. #test script file
  4. echo "Start" > /home/andy/result.txt
  5.  
  6. command args args
  7. echo "First" >> /home/andy/result.txt
  8.  
  9. command args args
  10. echo "Second" >> /home/andy/result.txt
  11.  
  12. chown andy:andy /home/andy/result.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement