update pbm script

master
Ben Harris 2024-09-21 01:22:28 -04:00
parent 838ba4a5cd
commit ed6859c092
1 changed files with 3 additions and 3 deletions

View File

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