diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-29 23:47:03 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-29 23:47:03 +0100 |
commit | e4261302944303781c952943e3290c99e2cabc52 (patch) | |
tree | 19ee0e065473adc54da008444da30c8075b03a27 /todo | |
parent | b848109e8c70ee00b433ff8f5fde3657c85e7487 (diff) |
add todos
Diffstat (limited to 'todo')
-rwxr-xr-x | todo | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -0,0 +1,2 @@ +#!/bin/sh +git ls-files | xargs -d '\n' -- grep '\<TO''DO\>' -- |