forked from shaba/openuds
907fad4a55
linux platforms (except for thin udsclient, that will execute python)
7 lines
97 B
Bash
Executable File
7 lines
97 B
Bash
Executable File
#!/bin/sh
|
|
|
|
FOLDER=/usr/share/UDSActor
|
|
|
|
cd $FOLDER
|
|
python2.7 -m udsactor.linux.UDSActorService $@
|