11 changed files with 12 additions and 32 deletions
@ -1,9 +0,0 @@ |
|||
#!/bin/bash |
|||
|
|||
set -e |
|||
|
|||
while [ -z "${username}" ]; do |
|||
echo -n "localhost login: " |
|||
read username |
|||
done |
|||
ssh -l "${username}" $@ |
Loading…
Reference in new issue