File: pb

package info (click to toggle)
libnet-cli-interact-perl 2.300003-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 448 kB
  • sloc: perl: 1,951; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
prompt generic
         match /[\/a-zA-Z0-9._\[\]-]+ ?# ?/

prompt privileged
        match /[\/a-zA-Z0-9._\[\]-]+ ?# ?/

prompt user
        match /User name: ?$/

prompt pass
    match /[Pp]assword: ?$/

macro paging
        send c

#  not used
macro more_pages
			match /-- more --, next page: Space, continue: c, quit: ESC/
      send ' '