1
0

more pig stuff

This commit is contained in:
dtb
2022-11-02 00:55:00 -04:00
parent 8ee09ede65
commit bcc6b0d3ac
6 changed files with 34 additions and 6 deletions

6
rss/pig_pen Executable file
View 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