Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ssh.py: use 'exec python -c' instead of just 'python -c'.
This gets rid of an extra intermediate sh process on the server that we were keeping for no good reason, since it would exit as soon as python exited anyway.
- Loading branch information