top | item 46683326

(no title)

msla | 1 month ago

Surely that would be better written as

    cat PROMPT.md | cat | npx --yes @sourcegraph/amp

discuss

order

wild_egg|1 month ago

Aside from losing the loop (the whole point of the command), why the double `cat`?

mkl|1 month 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|1 month ago

You've removed the loop. This pipeline executes once and then halts.