mirror of https://tildegit.org/ben/dotfiles
fix pbm path
parent
f823554dc1
commit
537a177a5e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue