4 lines
51 B
Bash
4 lines
51 B
Bash
#!/bin/sh
|
|
[ -r ./conf ] && . ./conf
|
|
exec fenrir -f
|
#!/bin/sh
|
|
[ -r ./conf ] && . ./conf
|
|
exec fenrir -f
|