1
0

move wip stuff to wip

This commit is contained in:
dtb
2023-11-18 15:10:00 -07:00
parent b70d3c08a7
commit 4a7483a0ae
87 changed files with 0 additions and 37 deletions

19
wip/rss/pig_birth Normal file
View File

@@ -0,0 +1,19 @@
#!/bin/sh
set -e
argv0="$0"
depend(){
if ! command -v "$1" >/dev/null 2>&1; then
printf "%s: %s: Could not find dependency.\n" "$argv0" "$1" \
1>&2
exit 69 # sysexits(3) EX_UNAVAILABLE
fi
return 0
}
depend curl
depend jq
depend xq
mkdir "$(pig_pen)"