diff options
author | EuAndreh <eu@euandre.org> | 2022-05-15 18:52:35 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-05-15 18:52:35 -0300 |
commit | 31d3352674f1a5dec97a340270d8a5aa891ac683 (patch) | |
tree | 7f2efa1ef96235a7ce9657200b6a8b1f95b4508c /bin/grun | |
parent | etc/bash/check.sh: Assert clean tilde repositories (diff) | |
download | dotfiles-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-x | bin/grun | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |