From 974069670bf7954d02b682caddb47a648335fa8a Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 23 Nov 2019 14:36:26 -0500 Subject: getkeys moved to share --- .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..f4c9eb5 --- /dev/null +++ b/.local/bin/getkeys @@ -0,0 +1,4 @@ +#!/usr/bin/env sh +cat ~/.local/share/larbs/getkeys/"$1" 2>/dev/null && exit +echo "Run command with one of the following arguments for info about that program:" +ls ~/.local/share/larbs/getkeys -- cgit v1.3.1