5 lines
156 B
Plaintext
5 lines
156 B
Plaintext
![]() |
#!/bin/zsh
|
||
|
#dep:abcde
|
||
|
source ${$(realpath "$0"):h:h}/lib/next-in-path.zsh
|
||
|
$(next-in-path abcde $0) -c ${XDG_CONFIG_HOME:-$HOME/.config}/abcde/abcde.conf $@
|