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

Commits on Jun 15, 2023

  1. Separate code from example

    rasa authored and SkyperTHC committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    2492b46 View commit details
    Browse the repository at this point in the history
  2. Update CONTRIBUTING.md

    cristeigabriel authored and SkyperTHC committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    f14d877 View commit details
    Browse the repository at this point in the history
  3. add alternative to command substitution for func return

    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
    txbm authored and SkyperTHC committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    39b713c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac164c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f17519 View commit details
    Browse the repository at this point in the history