4 lines
69 B
Plaintext
4 lines
69 B
Plaintext
9 years ago
|
#!/bin/sh
|
||
|
# List XXXs, FIXMEs and TODOs in files
|
||
|
ag "XXX|FIXME|TODO"
|