diff options
Diffstat (limited to '.scripts/tools')
| -rwxr-xr-x | .scripts/tools/getkeys | 7 |
1 files changed, 3 insertions, 4 deletions
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 |
