mirror of
https://tildegit.org/ben/dotfiles.git
synced 2025-04-03 03:23:22 +00:00
7 lines
216 B
Bash
Executable File
7 lines
216 B
Bash
Executable File
#!/bin/sh
|
|
|
|
wp --path=/var/www/tcpinball.org post meta get $1 _publicize_shares --format=json \
|
|
| jq -r '[.[] | .message?]' \
|
|
| wp --path=/var/www/tcpinball.org post meta add $1 mf2_syndication --format=json
|
|
|