2020-07-04 14:23:27 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
2023-10-12 15:12:12 +02:00
|
|
|
cat "${XDG_DATA_HOME:-$HOME/.local/share}"/larbs/getkeys/"$1" 2>/dev/null && exit
|
2020-07-04 14:23:27 +02:00
|
|
|
echo "Run command with one of the following arguments for info about that program:"
|
2023-10-12 15:12:12 +02:00
|
|
|
ls "${XDG_DATA_HOME:-$HOME/.local/share}"/larbs/getkeys
|