From ed757a2cdde3307138099ed5bd8dec52dfd77da9 Mon Sep 17 00:00:00 2001 From: Nam Nguyen Date: Sat, 19 Jan 2019 01:03:27 -0800 Subject: [PATCH] add more role --- roles/nam/roles/mac-apps.bash | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 roles/nam/roles/mac-apps.bash diff --git a/roles/nam/roles/mac-apps.bash b/roles/nam/roles/mac-apps.bash new file mode 100755 index 0000000..da3c1d7 --- /dev/null +++ b/roles/nam/roles/mac-apps.bash @@ -0,0 +1,10 @@ +#!/bin/bash -e + +function main() +{ + "$(dirname "${BASH_SOURCE[0]}")/mac-cli-apps.bash" + "$(dirname "${BASH_SOURCE[0]}")/mac-cask-apps.bash" + "$(dirname "${BASH_SOURCE[0]}")/mac-store-apps.bash" +} + +main "${@}" \ No newline at end of file