assume default values if xdg dirs not set

This commit is contained in:
Luke Smith
2020-04-08 17:21:40 -04:00
parent 2c06dd36c6
commit 422d106fba
32 changed files with 86 additions and 91 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/sh
cat $XDG_DATA_HOME/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/larbs/getkeys
ls ${XDG_DATA_HOME:$HOME/.local/share}/larbs/getkeys