summaryrefslogtreecommitdiff
path: root/scripts/start-remoteserver
blob: 6c4f19a5dbed8b1ccd482cfff613bbb0622fc846 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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()