6 lines
56 B
Text
6 lines
56 B
Text
|
#!/bin/bash
|
||
|
|
||
|
cd "/opt/IOQ3_PATH"
|
||
|
exec ./IOQ3_BINARY $*
|
||
|
|