diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-06-01 17:46:17 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-06-01 17:46:17 -0400 |
| commit | ae8929205eb9e7e8e12a387a2f5f60c6a17e7518 (patch) | |
| tree | 513a2721c35351cac6e323dee3d3502d8e36b9d4 /.local/bin/getkeys | |
| parent | 51fff23636826df1c9ec0fffc69e24b3bfab935d (diff) | |
| parent | 88dfd0afe9df8b613e292f2e288d9b775735c9b5 (diff) | |
| download | eibhear-ae8929205eb9e7e8e12a387a2f5f60c6a17e7518.tar.gz eibhear-ae8929205eb9e7e8e12a387a2f5f60c6a17e7518.tar.zst eibhear-ae8929205eb9e7e8e12a387a2f5f60c6a17e7518.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice into chambln-refactor
Diffstat (limited to '.local/bin/getkeys')
| -rwxr-xr-x | .local/bin/getkeys | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/getkeys b/.local/bin/getkeys index 0a0e86e..266f29a 100755 --- a/.local/bin/getkeys +++ b/.local/bin/getkeys @@ -1,5 +1,5 @@ #!/bin/sh -cat ${XDG_DATA_HOME:-$HOME/.local/share}/larbs/getkeys/"$1" 2>/dev/null && exit +cat "${XDG_DATA_HOME:-$HOME/.local/share}"/larbs/getkeys/"$1" 2>/dev/null && exit echo "Run command with one of the following arguments for info about that program:" -ls ${XDG_DATA_HOME:-$HOME/.local/share}/larbs/getkeys +ls "${XDG_DATA_HOME:-$HOME/.local/share}"/larbs/getkeys |
