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
<idea-plugin> | |
<id>dev.hydraulic.hshell</id> | |
<name>Hydraulic Shell</name> | |
<vendor email="[email protected]" url="https://hshell.hydraulic.dev">Hydraulic</vendor> | |
<description><![CDATA[ | |
Hydraulic Shell is a replacement for shell scripting that uses Kotlin. | |
]]></description> | |
<depends>com.intellij.modules.platform</depends> |
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
---------------------------------------------------- | |
#!/usr/bin/env bash | |
# place in a file called email-unit-status.sh on the PATH | |
# requires you to have set /etc/admin-email to contain the address to receive the messages | |
# requires install of ansi2html | |
# | |
set -e |
OlderNewer