📝 Added seoanalyzer to repetoire of tools
This commit is contained in:
parent
b613e3f061
commit
9e3677f168
2 changed files with 7 additions and 0 deletions
3
scripts/seo
Executable file
3
scripts/seo
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
seoanalyze https://"${1}" --output-format html > seo.html && links seo.html
|
||||
Loading…
Add table
Add a link
Reference in a new issue