6 lines
83 B
Text
6 lines
83 B
Text
|
#!/bin/sh
|
||
|
|
||
|
cd %%DATADIR%% || exit 1
|
||
|
|
||
|
exec %%PREFIX%%/libexec/intensity_client "$@"
|