mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-08-28 04:46:34 -04:00
port-jobs: Added initial script for removal of server-only code
Former-commit-id: a5539fd86288aabf392b8f226100d232ee46514d Former-commit-id: 19306b84cf881ba17d119675195bef84e6ab5fa2
This commit is contained in:
@@ -6,6 +6,7 @@ from sys import exit as s_exit
|
||||
home = expanduser("~")
|
||||
|
||||
|
||||
# PORT START SSHYNC-REMOTE
|
||||
# REMOTE
|
||||
# prints all necessary remote data to stdout
|
||||
def remote_list_gen(_client_device_name, _remote_dir):
|
||||
@@ -27,6 +28,7 @@ def remote_list_gen(_client_device_name, _remote_dir):
|
||||
print('\x1d')
|
||||
# titles and mod times
|
||||
get_local_data(_remote_dir, 'server')
|
||||
# PORT END SSHYNC-REMOTE
|
||||
|
||||
|
||||
# HYBRID
|
||||
|
||||
Reference in New Issue
Block a user