...
This commit is contained in:
9
lib/lang/python/templates/openrpc/start.sh
Executable file
9
lib/lang/python/templates/openrpc/start.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e # Exit on any error
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
source env.sh
|
||||
|
||||
python main.py
|
||||
Reference in New Issue
Block a user