commit | cd66692fc7ce5e697ed479d68467459095579092 | [log] [tgz] |
---|---|---|
author | Luigi Santivetti <luigi.santivetti@gmail.com> | Tue Oct 13 23:04:31 2020 +0000 |
committer | Luigi Santivetti <luigi.santivetti@gmail.com> | Sun Nov 08 01:06:15 2020 +0000 |
tree | 811f4d8bf051b90ff0ac85c4a943773b5d3d668d | |
parent | b77f7023a9e91d60a94b1afee960c707d7c388c2 [diff] [blame] |
tod: add tod wrapper for giggi.me
diff --git a/PASSWD b/PASSWD new file mode 100644 index 0000000..501964d --- /dev/null +++ b/PASSWD
@@ -0,0 +1,10 @@ +#!/bin/bash + +___port_=2222 +___host_=localhost +___user_=luigi +___pswd_=/home/luigi/hdd00/giggi.me/tod/PASSWD2 + +PASSWORDS="$(ssh -p $___port_ $___user_@$___host_ "cat $___pswd_")" + +eval "$PASSWORDS"