4 lines
79 B
Bash
Executable File
4 lines
79 B
Bash
Executable File
#!/bin/bash
|
|
cat "$@" | w3m -sixel -o auto_image=TRUE -I utf-8 -T text/html -F
|
|
|