5 lines
70 B
Bash
5 lines
70 B
Bash
#!/bin/sh
|
|
|
|
cd %%LIBDIR%% || exit 1
|
|
|
|
exec ./crded +set port 27910 "$@"
|