annotate bin/quotenums @ 12274:3c04e9ef7a3a draft

<kspalaiologos> `` cp -rf /hackenv/tmp/asmbf-1.2.7/bin/* /hackenv/lib/kps/
author HackEso <hackeso@esolangs.org>
date Tue, 31 Dec 2019 17:47:30 +0000
parents 4db5a8cfee37
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5300
fe8f574b561c <shachaf> ` echo -ne \'#!/bin/sh\\ngrep -P -i -n "$1" quotes | cut -d \':\' -f 1 | xargs\\n\' > bin/quotenums; chmod +x bin/quotenums
HackBot
parents:
diff changeset
1 #!/bin/sh
12120
4db5a8cfee37 <fizzie> sled /hackenv/bin/quotenums//s|quotes|${HACKENV-/hackenv}/quotes|
HackEso <hackeso@esolangs.org>
parents: 5300
diff changeset
2 grep -P -i -n "$1" ${HACKENV-/hackenv}/quotes | cut -d : -f 1 | xargs