1
1
Fork 0
mirror of https://github.com/tonydamage/nux-env.git synced 2025-12-11 13:24:28 +01:00

Fixed grep warning

This commit is contained in:
Tony Tkáčik 2023-09-01 18:19:49 +02:00
parent f7cc096d99
commit 2cafd11657

View file

@ -16,7 +16,7 @@
function :comment source {
if nux.check.file.exists "$source" ; then
grep -E "^\#\#( |$)" "$source" \
grep -E "^##( |$)" "$source" \
| cut -d\# -f3- \
| cut -d" " -f2- \
| nux.help.shelldoc