Created
September 22, 2019 18:53
-
-
Save rkennesson/5a4cf4f7a252373d92e597ad5cddb76c to your computer and use it in GitHub Desktop.
create message argument for shutdown command without manually escaping characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo shutdown -r 15 $(cat <<EOF; | |
2015-11-07T03:34:41Z app[postgres.0000]: [TAG] text-search query doesn't contain lexemes: "" | |
EOF) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment