From 2f1fb13b4938616593b6d04e9caa34dc96c35472 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 23 May 2022 21:04:07 +0200 Subject: scripts/show-keys: ignore comments --- scripts/show-keys | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/show-keys b/scripts/show-keys index 97e69f3..43ca3ae 100755 --- a/scripts/show-keys +++ b/scripts/show-keys @@ -16,5 +16,6 @@ find hosts \ s/^Comment: "\([^"]*\)"\(\S\+\)$/\2 \1/ ' \ | sed ' + /^#/d s/^command="[^"]*"\(,\S\+\)\? // ' -- cgit v1.2.3-54-g00ecf