1
0

support JSON feeds

This commit is contained in:
dtb
2022-11-05 08:55:45 -04:00
parent b315b02a59
commit be5c22dbb9
4 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,10 @@
#!/bin/sh
set -e
str isvalue "$PIGPEN" \
str isvalue "$1" \
&& printf "Usage: %s\n" "$0" 1>&2 \
&& exit 64 \
|| str isvalue "$PIGPEN" \
&& printf "%s\n" "$PIGPEN" \
&& exit 0 \
|| str isvalue "$XDG_CONFIG_HOME" \