scripts

misc scripts and tools
git clone git://git.2f30.org/scripts
Log | Files | Refs

commit f814ba645f7c69230c3d82e54149ed7985818775
parent 3466053d21d50f6e16b0f08d193d196bac44cf8e
Author: sin <sin@2f30.org>
Date:   Tue,  9 Jul 2013 19:31:21 +0100

Force pseudo-tty allocation

Diffstat:
Mssh-multi | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ssh-multi b/ssh-multi @@ -20,7 +20,7 @@ chmod +x ${batch} while [ $# -gt 0 ]; do scp ${batch} $1:/tmp - urxvt -e sh -c "ssh $1 '${batch}'" + urxvt -e sh -c "ssh -t $1 '${batch}'" ssh $1 "rm ${batch}" shift done