From d3573a6c2b63d56d94c6b71732632f37b8a9a3cc Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Tue, 5 Mar 2019 08:49:34 +0100 Subject: [PATCH] Replaced -i with -d and -i. --- README.md | 2 +- xremote.sh | 24 +++++++++++++++++++----- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6480805..f152214 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is a very simple bash script to run scripts on a remote machine accessible by ssh, send required files, and get back result files transparently. -It creates a temporary files in /tmp/ on the remote host and runs +It creates a temporary directory in /tmp/ on the remote host and runs everything in it. I use it mostly to launch heavy training with PyTorch on a PC at home. diff --git a/xremote.sh b/xremote.sh index 33396bc..7ebc0d4 100755 --- a/xremote.sh +++ b/xremote.sh @@ -35,7 +35,7 @@ function check_remote_is_defined () { function help () { cat <] [-i ]