Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Faster whitespace trim. Safely passing commands/args to remote bash. Capturing STDERR but not STDOUT #141

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

SkyperTHC
Copy link

@SkyperTHC SkyperTHC commented Jun 14, 2023

Block comments, faster trim, safe args for command exec

README.md Outdated

```sh
mk_safe_arg() {
# Escape all sinlge-' with '"'"'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo, "sinlge" -> "single"

rasa and others added 3 commits June 15, 2023 10:38
Faster space trim. Safe args. Capturing STDERR

faster space trim. Safe args. Capturing Stderr

nohup not required

double fork makes PID=1 the parent and thus automatically removed it from the current session group - and by this will not receive a SIGHUP on exit (which is what we want. Nohup is redundant in this case).

Update README.md

Update README.md
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants