forked from shaba/openuds
7 lines
83 B
Plaintext
7 lines
83 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
FOLDER=/usr/share/UDSActor
|
||
|
|
||
|
cd $FOLDER
|
||
|
exec python3 actor_service.py $@
|