diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-01-08 00:14:58 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-01-08 00:14:58 -0500 |
| commit | 68ba026b24a8cff2ae425ba3a482e367bdb68dd5 (patch) | |
| tree | 135bb2bc5823d77a838710e04b211c62029884d2 /.scripts/tools/getkeys | |
| parent | cd839cb0d18246b8d0cc8fd70e82733ae4e79fff (diff) | |
| download | eibhear-68ba026b24a8cff2ae425ba3a482e367bdb68dd5.tar.gz eibhear-68ba026b24a8cff2ae425ba3a482e367bdb68dd5.tar.zst eibhear-68ba026b24a8cff2ae425ba3a482e367bdb68dd5.zip | |
getkeys moved from PATH
Diffstat (limited to '.scripts/tools/getkeys')
| -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 |
