Skip to content

Instantly share code, notes, and snippets.

@ataka
Created September 25, 2008 20:57
Show Gist options
  • Save ataka/12938 to your computer and use it in GitHub Desktop.
Save ataka/12938 to your computer and use it in GitHub Desktop.
#!/bin/sh
path=$1
other=/home/project/olddir
diff -bu -x "*.rej" $other/$path $path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment