From 68ba026b24a8cff2ae425ba3a482e367bdb68dd5 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 8 Jan 2019 00:14:58 -0500 Subject: getkeys moved from PATH --- .scripts/tools/getkeys | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.scripts/tools') diff --git a/.scripts/tools/getkeys b/.scripts/tools/getkeys index 928e435..444f4c0 100755 --- a/.scripts/tools/getkeys +++ b/.scripts/tools/getkeys @@ -1,5 +1,4 @@ #!/bin/sh - -cat ~/.scripts/.getkeys/"$1" 2>/dev/null && exit -echo Run command with one of the following arguments for info about that program: -ls ~/.scripts/.getkeys +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