Added Homebrew cask application verifier.

Verifies installation of Homebrew casks by ensuring installed
applications cross check against defined list.
This commit is contained in:
Brooke Kuhlmann
2018-07-29 14:23:45 -06:00
parent 2f6b385f2f
commit cc1b7527fe
2 changed files with 34 additions and 4 deletions

View File

@@ -44,6 +44,7 @@ process_option() {
bin/restore_backup;;
'c')
verify_homebrew_formulas
verify_homebrew_casks
verify_applications
verify_extensions;;
'C')