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
| package main | |
| import ( | |
| "fmt" | |
| "log" | |
| "net" | |
| "net/mail" | |
| "net/smtp" | |
| "crypto/tls" | |
| ) |
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 | |
| # | |
| # QA-framework.bash | |
| # Copyright (C) 2019 jkirchartz <me@jkirchartz.com> | |
| # | |
| # Distributed under terms of the NPL (Necessary Public License) license. | |
| # | |
| # A simple "google forms"-style way to survey people via bash | |
| # | |
| # usage: |