changeset 12072:b64b6c9a93d0 draft

<fizzie> sled /hackenv/bin/wiseguys//s|wisdom|$HACKENV/wisdom|
author HackEso <hackeso@esolangs.org>
date Sat, 16 Nov 2019 21:52:45 +0000
parents 34478fd0398b
children 8c13cadf308f
files bin/wiseguys
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/wiseguys	Sat Nov 16 21:51:28 2019 +0000
+++ b/bin/wiseguys	Sat Nov 16 21:52:45 2019 +0000
@@ -1,1 +1,1 @@
-hlnp -T '{desc}\n' wisdom | cut -d' ' -f1 | sort | uniq -c | sed -e 's/^ *//' | sort -nr | head -n ${1:-10}
+hlnp -T '{desc}\n' $HACKENV/wisdom | cut -d' ' -f1 | sort | uniq -c | sed -e 's/^ *//' | sort -nr | head -n ${1:-10}