mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-28 14:45:10 +02:00
5 lines
56 B
Bash
5 lines
56 B
Bash
#!/bin/bash
|
|
|
|
cd "/opt/IOQ3_PATH"
|
|
exec ./IOQ3_BINARY $*
|
|
|