diff options
Diffstat (limited to '.local/bin/getkeys')
| -rwxr-xr-x | .local/bin/getkeys | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/getkeys b/.local/bin/getkeys index f4c9eb5..8871d41 100755 --- a/.local/bin/getkeys +++ b/.local/bin/getkeys @@ -1,4 +1,5 @@ -#!/usr/bin/env sh +#!/bin/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 |
