charles 135 B

1234567
  1. #!/bin/bash
  2. set -o errexit -o pipefail
  3. if [[ "$OS" = "Darwin" ]]; then
  4. gimme_pkg charles
  5. else
  6. echo "TODO: add Charles for Linux!"
  7. fi