From: Francois Fleuret Date: Tue, 5 Mar 2019 07:49:34 +0000 (+0100) Subject: Replaced -i with -d and -i. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=xremote.git;a=commitdiff_plain;h=d3573a6c2b63d56d94c6b71732632f37b8a9a3cc Replaced -i with -d and -i. --- 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 ]