oops, sed error

This commit is contained in:
Luke Smith
2020-04-08 19:06:11 -04:00
parent 0948cd95f3
commit 7f334ff4b9
13 changed files with 23 additions and 23 deletions

View File

@@ -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