Skip to content

On macOS zsh the curl command needs to be invoked explicitly with bash #105

Open
@pricet1

Description

@pricet1

The course notes show bash commands for curl such as
curl -X PUT localhost:8321/unicorn_spotted?location=moon\&brightness=100

On macOS, if running zsh then this command does not work so you need to explicitly invoke bash as follows:

/bin/bash -c "curl -X PUT localhost:8321/unicorn_spotted?location=moon\&brightness=100"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions