diff options
author | Todd McDaniel <lazymutt@mac.com> | 2016-10-30 20:07:34 -0600 |
---|---|---|
committer | Todd McDaniel <lazymutt@mac.com> | 2016-10-30 20:07:34 -0600 |
commit | 5b597c0b9962438685424c8736bbc85324c687c3 (patch) | |
tree | b550a69dfa76cefe5c24429102d4e3f6abf0aae2 /examples | |
parent | b4fb7c414aca7c0bf59fefe23508574b366fb4ed (diff) | |
download | pexpect-git-5b597c0b9962438685424c8736bbc85324c687c3.tar.gz |
Remove reference to missing script
Remove reference to missing sshls.py script in examples
Diffstat (limited to 'examples')
-rw-r--r-- | examples/README | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/README b/examples/README index be21e96..823cc63 100644 --- a/examples/README +++ b/examples/README @@ -18,7 +18,7 @@ fix_cvs_files.py CVS. This script scans the given path to find binary files; checks with CVS to see if the sticky options are set to -kb; finally if sticky options are not -kb then uses 'cvs admin' - to set the -kb option. + to set the -kb option. ftp.py This demonstrates an FTP "bookmark". @@ -51,9 +51,6 @@ rippy.py removing interlace artifacts, fitting to a target file size, etc. There are lots of options, but the process is simple and easy to use. -sshls.py - This lists a directory on a remote machine. - ssh_tunnel.py This starts an SSH tunnel to a remote machine. It monitors the connection and restarts the tunnel if it goes down. |