[installer] Add Mac support to installer script

The Mac shell has a couple of differences that we handle here
based on detecting the OS type we're running on.

Change-Id: Id97e587a76f47499257bd29a4514d94ec1b2cca8
1 file changed
tree: 930c442a115a503f09c41c1bcbdd627ae69024c1
  1. gdb/
  2. installer/
  3. vim/
  4. zsh-completion/
  5. .gitignore
  6. AUTHORS
  7. build-bootable-usb-gigaboot.sh
  8. build-qemu.sh
  9. build-sysroot.sh
  10. build-toolchain.sh
  11. check-header-guards.py
  12. CONTRIBUTING.md
  13. env.sh
  14. git-file-format
  15. LICENSE
  16. makesdk.go
  17. onechar.txt
  18. paths.py
  19. push-package.py
  20. README.md
  21. run-dart-analysis.py
  22. run-magenta-arm64
  23. run-magenta-x86-64
  24. run.py
  25. start-dhcp-server.sh
  26. symlink-dot-packages.py
  27. update_dart_packages.py
README.md

Scripts

This repository is for scripts useful when hacking on Fuchsia. This repository should contain scripts that perform tasks spanning multiple repositories. Scripts that only operate within a single repository should live in the relevant repository.