From 58347fdfe21315ad3ccc0bd7c4703a8ec7aae797 Mon Sep 17 00:00:00 2001 From: tdback Date: Wed, 4 Dec 2024 18:50:37 -0500 Subject: initial commit to new repo --- docs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 docs (limited to 'docs') diff --git a/docs b/docs new file mode 100755 index 0000000..8ca9087 --- /dev/null +++ b/docs @@ -0,0 +1,6 @@ +#!/bin/sh + +# docs: Browse and create documentation with vim. + +DOCS=~/documentation +[ -d $DOCS ] && ${EDITOR:-nvim} "$DOCS" -- cgit v1.2.3