Skip to content

script/install does not run installers if one of them consumes stdin #319

@sashee

Description

@sashee

One of my install.sh starts nvim and that reads the other install.sh paths from stdin. This prevents them from running.

I've solved this by using find's exec to run the install.sh's:

find . -name install.sh -exec sh -c "{}" \;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions