Commit Graph

4 Commits

Author SHA1 Message Date
Matthew Lopez
26a6737cdd
Set default script directory to git_base_dir 2024-05-19 15:39:25 -04:00
Matthew Lopez
bedec9d604
Improve handling of repeated commands
This prevents infinite loops during setup.
2024-05-11 17:32:38 -04:00
Matthew Lopez
353048d4b3
Create full environment reset script 2024-05-10 21:20:19 -04:00
Matthew Lopez
05a67989cd
Rewrite scripts and improve user-friendliness
- Update all of the scripts to use Bash instead of sh so I can use arrays and other bashisms
- Create a complete Bash option parsing framework to replace function-lib.sh
- Rewrite all of the scripts to use this framework
- General script user-friendliness improvements, including loading existing environment variables by default instead of always requiring them to be specified
2024-05-10 17:22:25 -04:00