[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 #!/bin/bash 2 #shares_WinXP: profiles 3 #shares_Win2K: profiles 4 #shares_Vista: profiles 5 #action: start 6 #level: 02 7 while read line 8 do 9 echo $line|grep ">" >/dev/null 10 if [ "$?" == "0" ]; then 11 line="$(echo $line|sed -e 's/>//g')" 12 rm -fr /home/profiles/"$1/$line"* 13 else 14 rm -fr /home/profiles/"$1/$line" 15 fi 16 done < /etc/se3/blacklist
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |