diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-04-13 21:38:55 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-04-13 21:38:55 +0200 |
commit | f9025ac53340a341b731dfed6821bde40b950e03 (patch) | |
tree | bad88a0cdf3314a51730dfb8c86d58f13269ed9e /ag-todos | |
parent | d8192987285050173636239f4bbfa9725ad0d0b6 (diff) | |
download | bin-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-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)" "$@" |