diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/rh-client.in | 2 | ||||
-rwxr-xr-x | scripts/rh-server.in | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/scripts/rh-client.in b/scripts/rh-client.in index 8c96acb..5728813 100755 --- a/scripts/rh-client.in +++ b/scripts/rh-client.in @@ -135,5 +135,3 @@ (client-setup (option-ref options 'service-socket)) (rh-client-shutdown)) (#t (emit-help options))))) - -(main (command-line)) diff --git a/scripts/rh-server.in b/scripts/rh-server.in index a9dd758..452a40f 100755 --- a/scripts/rh-server.in +++ b/scripts/rh-server.in @@ -70,5 +70,3 @@ (rh-receive heap (option-ref options 'media-library) (string-append (option-ref options 'media-library) "/archive/")))))) - -(main (command-line)) |