1 2 3 4 5 6 7
#!/bin/bash msg="Failure: Could not built site www.iamfabulous.de" attach=$(cat log/hugo.log) echo "$msg" echo "" echo "$attach"