]>
gitweb.pimeys.fr Git - scripts-20-100.git/blob - syncpass.sh
3 # Pour synchroniser mon fichier de secret vers cabal
5 if [ "$1" = "--local" ]
10 if [[ "`hostname`" = "eva" ]];
12 scp
-o PubkeyAuthentication
=no ~
/.pass
/pss.gpg cabal
${localmode}:.pass
/pss.gpg
;