From c6e69e96421ebf192eb6de537324e269e7bfda78 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 19 May 2019 20:05:14 -0400 Subject: massive cleanup --- .local/bin/getkeys | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .local/bin/getkeys (limited to '.local/bin/getkeys') diff --git a/.local/bin/getkeys b/.local/bin/getkeys new file mode 100755 index 0000000..444f4c0 --- /dev/null +++ b/.local/bin/getkeys @@ -0,0 +1,4 @@ +#!/bin/sh +cat ~/.config/getkeys/"$1" 2>/dev/null && exit +echo "Run command with one of the following arguments for info about that program:" +ls ~/.config/getkeys -- cgit v1.3.1