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
| #!/bin/bash | |
| ###################################################################### | |
| # Custom script for discord.sh (github.com/fieu/discord.sh) | |
| # to query my Docker containers' statuses | |
| # depending on if the container is running or not. | |
| # A tmpfile is used to generate the full discord.sh command on-the-fly | |
| # That command is then executed and the tmpfile removed | |
| ###################################################################### |