From cd788b4afb41c02a500c802835a0e170bd55d645 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sun, 22 Sep 2024 19:35:21 -0300 Subject: [PATCH] Emit skeleton names only --- libexec/webskel/commands/ls | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libexec/webskel/commands/ls b/libexec/webskel/commands/ls index 1fc8047..95e0046 100755 --- a/libexec/webskel/commands/ls +++ b/libexec/webskel/commands/ls @@ -9,9 +9,8 @@ libexec="${localbase}"/libexec/webskel ## # main -echo "Skeletons " find "${sharebase}" \ -type d \ -maxdepth 1 \ -name *.skeleton \ - -exec basename {} \; + -exec basename {} .skeleton \;