3 lines
107 B
Bash
Executable file
3 lines
107 B
Bash
Executable file
#!/bin/bash
|
|
|
|
article_md "https://$1" --format=html | hxnormalize -e | grep -v -e '^$' | pygmentize -l html
|