more pig stuff
This commit is contained in:
6
rss/pig_pen
Executable file
6
rss/pig_pen
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
str isvalue "$XDG_CONFIG_HOME" \
|
||||
&& printf "%s\n" "$XDG_CONFIG_HOME" && exit 0 \
|
||||
|| printf "%s/.pigpen" "$HOME" && exit 0 \
|
||||
|| exit 1
|
||||
Reference in New Issue
Block a user