From 05c2582f45f9253575d2163936c836addae0f7af Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sun, 1 Sep 2024 11:35:11 -0400 Subject: fch: update comment --- fch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fch b/fch index 4515aaf..361dea0 100755 --- a/fch +++ b/fch @@ -1,6 +1,7 @@ #!/usr/bin/awk -f -# Find CHaracter +# fch: find a unicode character +# Requires plan9port to be installed at /opt/plan9 BEGIN { if (ARGC < 2) { -- cgit v1.2.3