Gitiles
Code Review
Sign In
www.giggi.me
/
tod
/
refs/heads/giggi.me
/
.
/
PASSWD
blob: 501964d9e9a8e645892b83dda29bba181a42a886 [
file
] [
log
] [
blame
]
Luigi Santivetti
cd66692
2020-10-13 23:04:31 +0000
[
diff
] [
blame
]
1
#!/bin/bash
2
3
___port_
=
2222
4
___host_
=
localhost
5
___user_
=
luigi
6
___pswd_
=/
home
/
luigi
/
hdd00
/
giggi
.
me
/
tod
/
PASSWD2
7
8
PASSWORDS
=
"$(ssh -p $___port_ $___user_@$___host_ "
cat $___pswd_
")"
9
10
eval
"$PASSWORDS"