Skip to content

Commit

Permalink
add more role
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Jan 19, 2019
1 parent ab5ff46 commit ed757a2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions roles/nam/roles/mac-apps.bash
Original file line number Diff line number Diff line change
@@ -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 "${@}"

0 comments on commit ed757a2

Please sign in to comment.