Comparar commits

..

2 Commits

Autor SHA1 Mensaje Fecha
Ben Harris
f0fdbab641 safe directory workaround 2024-03-01 12:39:45 -05:00
Ben Harris
d537b626df add some scripts 2024-03-01 12:39:19 -05:00
Se han modificado 3 ficheros con 20 adiciones y 0 borrados

6
bin/bin/logcount Archivo ejecutable
Ver fichero

@ -0,0 +1,6 @@
#!/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 Archivo ejecutable
Ver fichero

@ -0,0 +1,12 @@
#!/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

Ver fichero

@ -72,3 +72,5 @@
sort = -committerdate sort = -committerdate
[tag] [tag]
sort = version:refname sort = version:refname
[safe]
directory = *