mirror of https://tildegit.org/ben/dotfiles
Compare commits
No commits in common. "f0fdbab6410fa2b74d3f0bcbd312937d0b22f0ab" and "e52edc84025822a942023f0230ee2d2541695d1f" have entirely different histories.
f0fdbab641
...
e52edc8402
|
@ -1,6 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
zcat -f /var/log/nginx/other_vhosts_access.log* |\
|
|
||||||
grep -viE '(bing|googlebot|baidu|semrush|yandex|ahrefsbot|linkcheck|yisou|mail\.ru|dotbot|seznambot|mj12bot|applebot|coccoc|webeaver|commoncrawl|exabot|7ooo\.ru|changedetection|brandwatch|360spider|gowikibot|ryte\.com|semanticscholar|crawler|alignab|daum\.net|Apache-HttpClient|wp-cron\.php|xmlrpc\.php|wp-login\.php|uptimerobot|/wp-admin/|python-requests|robots\.txt|feedparser|siteimprove|zoominfobot)' |\
|
|
||||||
grep -i "$1"
|
|
||||||
|
|
12
bin/bin/pbm
12
bin/bin/pbm
|
@ -1,12 +0,0 @@
|
||||||
#!/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
|
|
||||||
}
|
|
||||||
|
|
||||||
pbm 9699 coinslot
|
|
||||||
pbm 13280 rightbrain
|
|
||||||
|
|
||||||
|
|
|
@ -72,5 +72,3 @@
|
||||||
sort = -committerdate
|
sort = -committerdate
|
||||||
[tag]
|
[tag]
|
||||||
sort = version:refname
|
sort = version:refname
|
||||||
[safe]
|
|
||||||
directory = *
|
|
||||||
|
|
Loading…
Reference in New Issue