3 lines
69 B
Bash
Executable file
3 lines
69 B
Bash
Executable file
#!/bin/sh
|
|
# List XXXs, FIXMEs and TODOs in files
|
|
ag "XXX|FIXME|TODO"
|