Advertisement
d1cor

script-trap.sh

Oct 5th, 2015
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1.     #!/bin/bash
  2.     echo "------------------------------------" >> /tmp/traps
  3.     while read line;do
  4.         echo $line >> /tmp/traps
  5.     done
  6.     echo "------------------------------------" >> /tmp/traps
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement