[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 #!/bin/bash 2 3 wget http://$SE3}/paquet_cles_pub_ssh.tar.gz 4 if [ "$?" = "0" ]; then 5 tar -xzf paquet_cles_pub_ssh.tar.gz && \ 6 cat *.pub > authorized_keys && \ 7 rm paquet_cles_pub_ssh.tar.gz 8 else 9 echo "Echec de la recuperation des cles pub." | tee -a $compte_rendu 10 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 |