Skip to content

Commit

Permalink
🔮V0.2: mannual added
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorH028 committed Dec 20, 2024
1 parent 6d04dc0 commit 08343b6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .deb/home/.local/libexec/i-Haklab/about
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,7 @@ else
echo "Tools available with '${first_upper}':"
find "$db/$first_upper" -maxdepth 1 -type f -print0 | \
while IFS= read -r -d '' entry; do
echo "${entry##*/}" | sed 's/\.md$//' # Ocultar extensión .md
echo "${entry##*/}" | sed 's/\.md$//'
done
fi

#
# [[ -f "$file_path" ]] && { bat --style=plain -r 1: --number $file_path";} || {
# echo "Tools available with '${first_upper}':"
# find "$db/$first_upper" -maxdepth 1 -type f -print0 | \
# while IFS= read -r -d '' entry; do
# echo "${entry##*/}"
# done
# }

0 comments on commit 08343b6

Please sign in to comment.