X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=README.md;h=6480805d23413c59b9b6486674823fb2f98f7728;hb=cde9e336b76f51d14a8765c9ffd1ac57dd7a6a72;hp=dc0a2d1927bb1b85dbdc58356e38440d89440d96;hpb=9241850435948e2f3c91fbdf620acfecbf26c9b9;p=xremote.git diff --git a/README.md b/README.md index dc0a2d1..6480805 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ 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 run +It creates a temporary files 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. +I use it mostly to launch heavy training with PyTorch on a PC at home. # Example # @@ -43,6 +43,6 @@ file.close() 2. copy there the file example.py, 3. copy there files from the local dir with the .py extension, 4. list all files on the remote side into the file files.txt, - 5. execute example.p on the remote side, - 6. get back all the files with the .txt extension, + 5. execute example.py on the remote side with python3, + 6. get back all the files with a .txt extension, 7. delete the working directory on the remote side.