[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 35 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
cleanpl({for user in /home/*do [ -d "$user"/profil/Bureau ] && find "$user"/profil/Bureau -user root -type f -exec rm -f "{}" \;[ -d "$user"/profil/Demarrer ] && find "$user"/profil/Demarrer -user root -type f -exec rm -f "{}" \;done}function cleanpy{for user in /home/*do [ -d "$user"/profil/Bureau ] && find "$user"/profil/Bureau -user root -type l -exec rm -f "{}" \;[ -d "$user"/profil/Demarrer ] && find "$user"/profil/Demarrer -user root -type l -exec rm -f "{}" \;done}logon_env="$(cat /etc/se3/logon_env.conf 2>/dev/null) X-Ref |
No description |
Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |