diff --git a/wiki b/wiki index dde7bad..5d44f31 100755 --- a/wiki +++ b/wiki @@ -17,6 +17,9 @@ fi if [ "$1" == "--list" ]; then ls -1 $WIKI_PATH/*.txt | cut -f 7 -d "/" | cut -f 1 -d "." + echo + echo "Type 'wiki
to read that article in your terminal" + echo "...or visit the wiki in your browser at: https://tilde.club/wiki/" exit 0 fi @@ -52,4 +55,4 @@ if [ ! -f $path ]; then exit 1 fi -less $path \ No newline at end of file +less $path