3 lines
53 B
Plaintext
3 lines
53 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
highlight -O ansi "$@" | less -R
|