11 lines
113 B
Perl
11 lines
113 B
Perl
|
(
|
||
|
'georg' => [
|
||
|
'^echo hi$',
|
||
|
'^true$',
|
||
|
'^printf %s [a-z0-9 ]+$',
|
||
|
],
|
||
|
'root' => [
|
||
|
'^ls -a /root$',
|
||
|
],
|
||
|
)
|