fix pbm path

master
Ben Harris 2025-01-15 16:50:55 -05:00
parent f823554dc1
commit 537a177a5e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
pbm() { pbm() {
curl -s https://pinballmap.com/api/v1/locations/$1/machine_details.json \ curl -s https://pinballmap.com/api/v1/locations/$1/machine_details.json \
| jq -r '.machines | .[] | "\(.manufacturer) \(.name)"' \ | jq -r '.machines | .[] | "\(.manufacturer) \(.name)"' \
> ~/pub/$2.txt > ~/public_html/pin/$2.txt
} }
pbm 9699 coinslot pbm 9699 coinslot