Guest User

Untitled

a guest
Feb 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. path=$1
  4. other=/home/project/olddir
  5.  
  6. diff -bu -x "*.rej" $other/$path $path
Add Comment
Please, Sign In to add comment