Set up a mostly-default project with BackstopJS
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
3
functions.bash
Normal file
3
functions.bash
Normal file
@@ -0,0 +1,3 @@
|
||||
function cleanurls { for result in $(find . -name "result-*"); do; (cd $result; python3 ../chatgpt-fix-root-URLs.py); done; }
|
||||
function htmls { find -s result-$1 -name "*.html" | sed "s|^result-$1/||"; }
|
||||
function commonhtmls { comm -12 <(htmls $1) <(htmls $2); }
|
||||
Reference in New Issue
Block a user