aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-14 14:19:48 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-14 14:24:15 +0200
commit94f686085a5c5c8000ead50e7d34682d5021b7b5 (patch)
treeabd5dd8e2f7f7b0e6c4af28851e9091c95e27961
parent6e0b65303b01bb9669bf662364338ecf19e273a3 (diff)
downloadrtty-94f686085a5c5c8000ead50e7d34682d5021b7b5.tar.gz
rd: Force tty by default
-rwxr-xr-xrd2
1 files changed, 1 insertions, 1 deletions
diff --git a/rd b/rd
index 03ff755..9dc0123 100755
--- a/rd
+++ b/rd
@@ -4,4 +4,4 @@ in=/var/tmp/r.in
out=/var/tmp/r.out
rm $in $out 2>/dev/null
mkfifo $in $out
-<$in 2>&1 >$out ssh "$@"
+<$in 2>&1 >$out ssh -tt "$@"