mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 01:04:06 +08:00
13 lines
168 B
Bash
13 lines
168 B
Bash
~root lex
|
|
server start
|
|
train [a-zA-Z][a-zA-Z0-9]* 2 2
|
|
train 0x[0-9]+ 3 2
|
|
train [0-9]+ 3 2
|
|
train "[^"]*" 4 2
|
|
train '[^']*' 4 2
|
|
train [~!@#$&*:] 4 2
|
|
|
|
~root cli
|
|
@lex lex
|
|
|