sent polyglot heredoc to ':' instead of 'cat > /dev/null'
forking to cat, just to write to /dev/null is wasteful
This commit is contained in:
parent
9b5f5155b3
commit
71d5e1caa1
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# cat << EOF > /dev/null
|
# : << EOF
|
||||||
# https://github.com/gpakosz/.tmux
|
# https://github.com/gpakosz/.tmux
|
||||||
# (‑●‑●)> dual licensed under the WTFPL v2 license and the MIT license,
|
# (‑●‑●)> dual licensed under the WTFPL v2 license and the MIT license,
|
||||||
# without any warranty.
|
# without any warranty.
|
||||||
|
|
Loading…
Reference in a new issue