Push last version of my scripts

This commit is contained in:
Laurent Rineau 2019-03-20 10:44:21 +01:00
parent 6679bfa911
commit b2b0d9d486
2 changed files with 2 additions and 1 deletions

View File

@ -23,4 +23,4 @@ if ! [ -e "./$to" ]; then
exit 1
fi
for f in ${from}/results*txt; do diff -U0 ${1+"$@"} $f ${f/$from/$to}; done |& less
for f in ${from}/results*txt; do diff -U0 ${1+"$@"} $f ${f/$from/$to}; done |& less -p '^\+[^\+].* [^y]|CGAL-.*|diff'

View File

@ -1,5 +1,6 @@
#!/bin/zsh
set -e
setopt -o glob
setopt -o extended_glob