[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 #!/bin/bash 2 # supprimer les 2 fichier temporaires 3 4 tmp="/tmp/devoirs.txt" 5 tmp1="/tmp/devoirs1.txt" 6 7 if [ -f $tmp ] 8 then 9 rm $tmp 10 fi 11 if [ -f $tmp1 ] 12 then 13 rm $tmp1 14 fi
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 |