8 lines
169 B
Bash
Executable File
8 lines
169 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# export AQHOME_LOGLEVEL=info
|
|
export LD_LIBRARY_PATH="0-build/aqhome/:$LD_LIBRARY_PATH"
|
|
|
|
0-build/apps/aqhome-react/aqhome-react -p ./aqhome-react.pid "$@"
|
|
|