Contains a variety of bash scripts to help with software development
run
add_scripts.sh -a
to add all scripts to /usr/scripts directory
make sure to go to visudo and update our secure path with /usr/scripts
- Many scripts will source to keep functionality modular
- It's important to make sure all of these dependencies are in PATH in bashrc
- This should be taken care of by add_scripts.sh but is worth noting
@Slix Elixel Github