aboutsummaryrefslogtreecommitdiff
path: root/bin/grun
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-05-15 18:52:35 -0300
committerEuAndreh <eu@euandre.org>2022-05-15 18:52:35 -0300
commit31d3352674f1a5dec97a340270d8a5aa891ac683 (patch)
tree7f2efa1ef96235a7ce9657200b6a8b1f95b4508c /bin/grun
parentetc/bash/check.sh: Assert clean tilde repositories (diff)
downloaddotfiles-31d3352674f1a5dec97a340270d8a5aa891ac683.tar.gz
dotfiles-31d3352674f1a5dec97a340270d8a5aa891ac683.tar.xz
bin/grun: s/FIXME/TODO/ to simplify etc/bash/check.sh tests
Diffstat (limited to 'bin/grun')
-rwxr-xr-xbin/grun4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/grun b/bin/grun
index 5884e9e..4b6217d 100755
--- a/bin/grun
+++ b/bin/grun
@@ -29,9 +29,9 @@ help() {
$ grun secrets.txt.gpg -- vipe
- Delete lines containing "FIXME" in todos.gpg:
+ Delete lines containing "TODO" in todos.gpg:
- $ grun -r ABC123DEF321 todos.gpg -- sed '/FIXME/d'
+ $ grun -r ABC123DEF321 todos.gpg -- sed '/TODO/d'
If COMMAND emits a non-zero return code, the file is left
unmodified.