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

fix: run_sh doesn't remove new lines from input #1642

Merged
merged 4 commits into from
Oct 27, 2023
Merged

Conversation

h4ck3rk3y
Copy link
Contributor

Description:

Earlier cat foo.txt | tr -d '\n' wouldn't work as it would run as cat foo.txt | tr -d ' '

@h4ck3rk3y h4ck3rk3y linked an issue Oct 27, 2023 that may be closed by this pull request
@h4ck3rk3y h4ck3rk3y added this pull request to the merge queue Oct 27, 2023
Merged via the queue into main with commit a969dff Oct 27, 2023
33 checks passed
@h4ck3rk3y h4ck3rk3y deleted the gyani/run-sh branch October 27, 2023 15:52
github-merge-queue bot pushed a commit that referenced this pull request Oct 30, 2023
🤖 I have created a release *beep* *boop*
---


##
[0.85.0](0.84.13...0.85.0)
(2023-10-30)


### ⚠ BREAKING CHANGES

* protobuf definitions for more idiomatic SDKs
([#1586](#1586))

### Features

* Add cli argument to control image download
([#1495](#1495))
([f210a76](f210a76))


### Bug Fixes

* run_sh doesn't remove new lines from input
([#1642](#1642))
([a969dff](a969dff))


### Code Refactoring

* protobuf definitions for more idiomatic SDKs
([#1586](#1586))
([e7ab58a](e7ab58a)),
closes [#843](#843)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: kurtosisbot <kurtosisbot@users.noreply.github.com>
Co-authored-by: leoporoli <leandroporoli@gmail.com>
h4ck3rk3y pushed a commit that referenced this pull request Oct 31, 2023
🤖 I have created a release *beep* *boop*
---


##
[0.85.0](0.84.13...0.85.0)
(2023-10-30)


### ⚠ BREAKING CHANGES

* protobuf definitions for more idiomatic SDKs
([#1586](#1586))

### Features

* Add cli argument to control image download
([#1495](#1495))
([f210a76](f210a76))


### Bug Fixes

* run_sh doesn't remove new lines from input
([#1642](#1642))
([a969dff](a969dff))


### Code Refactoring

* protobuf definitions for more idiomatic SDKs
([#1586](#1586))
([e7ab58a](e7ab58a)),
closes [#843](#843)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: kurtosisbot <kurtosisbot@users.noreply.github.com>
Co-authored-by: leoporoli <leandroporoli@gmail.com>
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.

piping doesn't work for run_sh
2 participants