Example configuration

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2024-09-11 20:35:20 +02:00
parent d82ad3bf32
commit 8855996660
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57

10
config.example.pl Normal file
View File

@ -0,0 +1,10 @@
(
'georg' => [
'^echo hi$',
'^true$',
'^printf %s [a-z0-9 ]+$',
],
'root' => [
'^ls -a /root$',
],
)