mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-03 23:57:17 -04:00
Added EOF return code
This commit is contained in:
@@ -668,3 +668,5 @@ if __name__ == "__main__":
|
|||||||
startswith('copy note') and not argument.startswith('copy -n') and argument != 'copy' and argument \
|
startswith('copy note') and not argument.startswith('copy -n') and argument != 'copy' and argument \
|
||||||
!= 'version' and argument != '-v' and error == 0 and argument.startswith('/') is False:
|
!= 'version' and argument != '-v' and error == 0 and argument.startswith('/') is False:
|
||||||
sync()
|
sync()
|
||||||
|
|
||||||
|
s_exit(0)
|
||||||
|
|||||||
Reference in New Issue
Block a user