Update Utility Script authored by Derek Williams's avatar Derek Williams
[[_TOC_]]
# Script Setup
Assuming you have cloned the repository in the following location `/Scratch/${USER}/FreshmanRPGSuite`, you can add the following code to your `~/.bashrc` file in your lab machine's home directory to easily access the `frpg` utility script.
If the file is not there, please create it using the following command: `touch ~/.bashrc`.
......@@ -14,4 +18,5 @@ fi
## What does this code do?
It searches the computer you're on for the FreshmanRPGSuite utility script. If it finds the script, it will add a `frpg` command line alias that runs the script.
You may need to close and reopen the terminal or run `source ~/.bashrc` to update your bash commands.
\ No newline at end of file
You may need to close and reopen the terminal or run `source ~/.bashrc` to update your bash commands.