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 | |
#--------------------------------------------------------------------------- | |
# TO GENERATE YOUR ETHICS FORM | |
#--------------------------------------------------------------------------- | |
# 1. Install and set up gdoc2pdf from https://github.com/gzinck/gdoc2pdf | |
# - Verify it works by opening a new terminal and running `gdoc2pdf`. | |
# - Make sure you are using Node 15.0.1 or later. | |
# 2. Make sure this script is executable (`chmod u+x generate-ethics.sh`). | |
# Move it somewhere convenient and add it to your `$PATH` in your shell. |