diff options
Diffstat (limited to 'scripts/start-remoteserver')
-rwxr-xr-x | scripts/start-remoteserver | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/start-remoteserver b/scripts/start-remoteserver new file mode 100755 index 0000000..6c4f19a --- /dev/null +++ b/scripts/start-remoteserver @@ -0,0 +1,13 @@ +#!/usr/bin/env python +# +# Copyright (c) 2012, Intel Corporation. +# +# This program is licensed under the terms and conditions of the +# Apache License, version 2.0. The full text of the Apache License is at +# http://www.apache.org/licenses/LICENSE-2.0 +# + +import remotecontrol.remoteserver + +remotecontrol.remoteserver.start() + |