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/bash | |
| USER='' | |
| AUTHGROUP='RWTH-VPN (Split Tunnel)' | |
| USERAGENT='AnyConnect Windows 4.10.06079' | |
| VPN='vpn.rwth-aachen.de' | |
| PID_FILE="$(dirname $(readlink -f $0))/vpn-rwth.pid" | |
| USE_GUI=0 |
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
| /** | |
| * @brief Autofill doc file for a petition | |
| * | |
| * @author Lucas Haug <lucas.haug@usp.br> | |
| * | |
| * @date 03/2020 | |
| */ | |
| function autoFillGoogleDocFromForm(e) { | |
| var nome_do_paciente = e.values[3]; |