5 lines
63 B
Bash
Executable file
5 lines
63 B
Bash
Executable file
#!/bin/sh
|
|
|
|
[ -f ./conf ] && . ./conf
|
|
|
|
exec sshguard $OPTS 2>&1
|