mirror of
https://tildegit.org/ben/dotfiles.git
synced 2025-04-19 18:53:22 +00:00
fix pbm path
This commit is contained in:
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…
x
Reference in New Issue
Block a user