Browse Source

* exclude ignore.sh on nerest examples script

master
dimti 2 years ago
parent
commit
87bd18cc0e
  1. 2
      wp/quick/nerest-examples.sh

2
wp/quick/nerest-examples.sh

@ -3,7 +3,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $SCRIPT_DIR
find ./ -name "*.sh" -not -path "./nerest*" -exec sh -c 'F={}; cp -u $F ${F}.example' \;
find ./ -name "*.sh" -not -path "./nerest*" -not -path "./ignore*" -exec sh -c 'F={}; cp -u $F ${F}.example' \;
find ./ -name "*.sh.example" -exec sh -c 'F={}; chmod -x ${F}' \;

Loading…
Cancel
Save