Commit Diff


commit - 3037a80d2ff3693e0ce53a11bdbcea3b33145433
commit + 09bfa9364cdb0ab17db10c4417bb62cd0f90a173
blob - 27180db849cb325cddfa1178a350ae7103990d8e
blob + 34211eeea00f075deee9f14c2afbc96406edcc84
--- README
+++ README
@@ -4,10 +4,10 @@ To install, run install.sh.
 
 The following commands are provided:
 
-hits - count web traffic
-hlsget - download the contents of a HLS playlist
-jsfmt - format javascript source code
-lemmyverse - find lemmy communities
-llama - prompt a large language model
-webpaste - create a web paste on webpaste.olowe.co
-xstream - stream X display over the network
+- hits - count web traffic
+- hlsget - download the contents of a HLS playlist
+- jsfmt - format javascript source code
+- lemmyverse - find lemmy communities
+- llama - prompt a large language model
+- webpaste - create a web paste on webpaste.olowe.co
+- xstream - stream X display over the network
blob - 1e764b9d49d4d0504312a6e537061db2d6387eaa
blob + 35b843b751327448d4a9f5a36f6b5def2f572ff5
--- summary.sh
+++ summary.sh
@@ -4,5 +4,5 @@ for f in man/*
 do
 	name=`basename $f | sed 's/\.[0-9]$//'`
 	description=`grep .Nd $f | sed 's/^\.Nd //'`
-	echo $name '-' $description
+	echo - $name '-' $description
 done