* exclude ignore.sh on nerest examples script
This commit is contained in:
		@ -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}' \;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user