Skip to content
Snippets Groups Projects
Commit 049ae1f7 authored by Aflitos, Saulo Alves's avatar Aflitos, Saulo Alves
Browse files

2012-10-30_11_00_01_01_00 :: 1 :: M => 1

parent 1a13e7b8
Branches
No related tags found
No related merge requests found
...@@ -2,4 +2,4 @@ DST="/home/assembly/tomato150/scripts" ...@@ -2,4 +2,4 @@ DST="/home/assembly/tomato150/scripts"
find . -xtype f | \ find . -xtype f | \
grep -vE 'venv|\.json|\.log|\.git|\.pyc|\.contam\/db\/|\.dblite|\.dbbkp|\.o|contam\/db|\.dot|\.class|tree\.' | \ grep -vE 'venv|\.json|\.log|\.git|\.pyc|\.contam\/db\/|\.dblite|\.dbbkp|\.o|contam\/db|\.dot|\.class|tree\.' | \
xargs -I{} -n1 bash -c 'D="'${DST}'"; bn=`readlink -f $D/"{}"`; echo "diff <{}> = <$bn>"; diff "{}" "$bn"; echo' xargs -I{} -n1 bash -c 'D="'${DST}'"; bn=`readlink -f $D/"{}"`; echo "diff <{}> = <$bn>"; diff -Bd "{}" "$bn"; echo'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment