4 lines
56 B
Bash
4 lines
56 B
Bash
#!/bin/sh
|
|
|
|
cd @Q4DIR@ || exit 1
|
|
exec @Q4DIR@/@APP@ "$@"
|
#!/bin/sh
|
|
|
|
cd @Q4DIR@ || exit 1
|
|
exec @Q4DIR@/@APP@ "$@"
|