Whamcloud - gitweb
LU-2337 scripts: init script to not use -d with zpool import
[fs/lustre-release.git] / lustre / scripts / dodiff.sh
1 #!/bin/sh
2
3 for f in `cat $1` ; do 
4    diff -u $2-pristine/$f $2/$f 
5 done