├── .gitattributes ├── MDMAppsDeploy.sh ├── MDMInstallAndDeploy.sh ├── README.md ├── computerNameFromInput.sh ├── dialogAppleScriptFunction.sh ├── dialogCheckFunction.sh ├── iconTest.sh ├── macUpdateWindow.zsh └── officeInstallProgress.sh /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acodega/swiftDialogScripts/HEAD/.gitattributes -------------------------------------------------------------------------------- /MDMAppsDeploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acodega/swiftDialogScripts/HEAD/MDMAppsDeploy.sh -------------------------------------------------------------------------------- /MDMInstallAndDeploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acodega/swiftDialogScripts/HEAD/MDMInstallAndDeploy.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acodega/swiftDialogScripts/HEAD/README.md -------------------------------------------------------------------------------- /computerNameFromInput.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acodega/swiftDialogScripts/HEAD/computerNameFromInput.sh -------------------------------------------------------------------------------- /dialogAppleScriptFunction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acodega/swiftDialogScripts/HEAD/dialogAppleScriptFunction.sh -------------------------------------------------------------------------------- /dialogCheckFunction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acodega/swiftDialogScripts/HEAD/dialogCheckFunction.sh -------------------------------------------------------------------------------- /iconTest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acodega/swiftDialogScripts/HEAD/iconTest.sh -------------------------------------------------------------------------------- /macUpdateWindow.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acodega/swiftDialogScripts/HEAD/macUpdateWindow.zsh -------------------------------------------------------------------------------- /officeInstallProgress.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acodega/swiftDialogScripts/HEAD/officeInstallProgress.sh --------------------------------------------------------------------------------