File indexing completed on 2024-04-21 15:42:51

0001 #!/bin/sh
0002 
0003 while read line ; do
0004   if echo "$line" | grep 'ShowAllShares=' > /dev/null 2> /dev/null ; then
0005     echo "$line" | sed -e 's/Show/Detect/'
0006   fi
0007 done
0008 
0009 echo "# DELETE [UserInterface]ShowAllShares"