From 51a4ced5b97854bccfb7452c46af512063c6b07d Mon Sep 17 00:00:00 2001 From: Steven Saus Date: Wed, 19 Aug 2020 17:15:26 -0400 Subject: [PATCH] Fixes minor typo --- mansearch.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mansearch.sh b/mansearch.sh index 9d623d6..d6c5e22 100755 --- a/mansearch.sh +++ b/mansearch.sh @@ -1,5 +1,7 @@ #!/bin/bash +#Strongly inspired by [macho](https://hiphish.github.io/blog/2020/05/31/macho-man-command-on-steroids/) + CacheFile=$HOME/.config/mansearch_cachefile TempFile=$(mktemp) Long=0