[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/se3master/usr/share/se3/scripts/ -> recup_dev.sh (source)

   1  #!/bin/bash
   2  # copier le fichier pour recuperation par le web
   3  login=$1
   4  fich="/home/$login/devoirs.txt"
   5  
   6  if [ -f  $fich ]
   7  then
   8   cp $fich /tmp/devoirs.txt
   9   chown www-se3 /tmp/devoirs.txt
  10   chmod 600  /tmp/devoirs.txt
  11  fi


Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1