2024-09-15 18:33:52 +02:00
|
|
|
# the patterns are read as regular expressions and anchored with ^ and $ by default
|
2024-09-11 20:35:20 +02:00
|
|
|
(
|
|
|
|
'georg' => [
|
2024-09-15 18:33:52 +02:00
|
|
|
'echo hi',
|
|
|
|
'true',
|
|
|
|
'printf %s [a-z0-9 ]+',
|
2024-09-11 20:35:20 +02:00
|
|
|
],
|
|
|
|
'root' => [
|
2024-09-15 18:33:52 +02:00
|
|
|
'ls -a /root',
|
2024-09-11 20:35:20 +02:00
|
|
|
],
|
|
|
|
)
|