projects
/
xremote.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1eb4ac
)
Typo.
author
Francois Fleuret
<francois@fleuret.org>
Tue, 3 Apr 2018 10:14:18 +0000
(12:14 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Tue, 3 Apr 2018 10:14:18 +0000
(12:14 +0200)
xremote.sh
patch
|
blob
|
history
diff --git
a/xremote.sh
b/xremote.sh
index
cd6813c
..
c093b62
100755
(executable)
--- a/
xremote.sh
+++ b/
xremote.sh
@@
-35,7
+35,7
@@
function check_remote_is_defined () {
function help () {
cat <<EOF
-xremote.sh <script>
+xremote.sh <script>
[arguments]
This script takes a script as argument and executes it remotely in a
temporary directory on a ssh-accessible server.
@@
-57,7
+57,7
@@
xremote.sh <script>
@XREMOTE_PRE: ln -s /home/fleuret/data/pytorch ./data
If no argument is provided to @XREMOTE_HOST, the environment
- variable $XREMOTE_HOST is used instead
+ variable
\
$XREMOTE_HOST is used instead
Contact <francois@fleuret.org> for comments.