Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execute arbitrary commands in redirect inclusion #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

flimberger
Copy link

The current implementation of <| does not handle arbitrary commands,
like e.g. the $PLAN9/src/mkhdr file:

<| cat $PLAN9/config 2>/dev/null || true

Signed-off-by: Florian Limberger [email protected]

The current implementation of `<|` does not handle arbitrary commands,
like e.g. the `$PLAN9/src/mkhdr` file:

    <| cat $PLAN9/config 2>/dev/null || true

Signed-off-by: Florian Limberger <[email protected]>
@flimberger flimberger force-pushed the arbitrary_commands_inclusion branch from 16a164e to 90057b7 Compare April 23, 2020 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant