From ff09f20da63133e64dcdc2024f78cd50ab62ed5c Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Mon, 28 Sep 2020 21:53:22 +0900 Subject: Accept section "l" for w3mman --- scripts/w3mman/w3mman.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/w3mman') diff --git a/scripts/w3mman/w3mman.in b/scripts/w3mman/w3mman.in index 5cff68f..061cb1f 100644 --- a/scripts/w3mman/w3mman.in +++ b/scripts/w3mman/w3mman.in @@ -31,7 +31,7 @@ while (@ARGV) { $query .= "&pwd=" . &form_encode($ENV{'PWD'}); } elsif (/^-/) { &usage(); - } elsif (/^\d/ || $_ eq 'n') { + } elsif (/^\d/ || $_ eq 'n' || $_ eq 'l') { if ( $query eq "" ) { $query = "?quit=ok"; } $query .= "§ion=" . &form_encode($_); } else { -- cgit v1.2.3