intermodal/bin/lint
Casey Rodarmor 99a069a021
Add imdl torrent show
The `imdl torrent show` command displays information about on-disk
torrent files. The formatting of the command's output is copied from
torf, an excellent command-line torrent creator, editor, and viewer.

type: added
2020-04-07 19:01:02 -07:00

6 lines
83 B
Bash
Executable File

#!/usr/bin/env bash
set -euxo pipefail
! grep --color -REni 'FIXME|TODO|XXX' src