3 lines
55 B
Plaintext
3 lines
55 B
Plaintext
|
|
#!/usr/bin/env bash
|
||
|
|
blackbox cat "$@" | ${PAGER:-less}
|