summaryrefslogtreecommitdiffstats
path: root/ag-todos
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-04-13 21:38:55 +0200
committerFlorian Pritz <bluewind@xinu.at>2014-04-13 21:38:55 +0200
commitf9025ac53340a341b731dfed6821bde40b950e03 (patch)
treebad88a0cdf3314a51730dfb8c86d58f13269ed9e /ag-todos
parentd8192987285050173636239f4bbfa9725ad0d0b6 (diff)
downloadbin-f9025ac53340a341b731dfed6821bde40b950e03.tar.gz
bin-f9025ac53340a341b731dfed6821bde40b950e03.tar.xz
add new scripts
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'ag-todos')
-rwxr-xr-xag-todos3
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)" "$@"