diff options
Diffstat (limited to 'ag-todos')
-rwxr-xr-x | ag-todos | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ag-todos b/ag-todos new file mode 100755 index 0000000..ed6a0ae --- /dev/null +++ b/ag-todos @@ -0,0 +1,3 @@ +#!/bin/bash + +exec ag "(FIXME|TODO|XXX|HACK|BUG)" "$@" |