Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
0 points
msla
2mo ago
0 comments
Share
Surely that would be better written as
cat PROMPT.md | cat | npx --yes @sourcegraph/amp
undefined | Better HN
0 comments
default
newest
oldest
wild_egg
2mo ago
Aside from losing the loop (the whole point of the command), why the double `cat`?
mkl
2mo ago
I think it was an attempt at a useless use of cat joke (cat isn't needed at all here, but IMHO helps readability).
GibbonBreath
2mo ago
You've removed the loop. This pipeline executes once and then halts.
j
/
k
navigate · click thread line to collapse