9 lines
199 B
Bash
Executable File
9 lines
199 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#export AQHOME_LOGLEVEL=info
|
|
export LD_LIBRARY_PATH="0-build/aqhome/:$LD_LIBRARY_PATH"
|
|
|
|
# 0-build/apps/aqhome-tool/aqhome-tool ping -n 2 -T 5
|
|
0-build/apps/aqhome-tool/aqhome-tool "$@"
|
|
|