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