@ -1,3 +1,3 @@
#!/bin/sh
# List XXXs, FIXMEs and TODOs in files
ag '^(?!.*mktemp).*XXX|FIXME|TODO'
ag '^(?!.*mktemp).*XXX|FIXME|TODO' "$@"