Skip to content
View PeterJRiches's full-sized avatar
  • New Zealand
  • 08:53 (UTC +12:00)

Block or report PeterJRiches

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. shellspec shellspec Public

    Forked from shellspec/shellspec

    A full-featured BDD unit testing framework for bash, ksh, zsh, dash and all POSIX shells

    Shell

  2. tldr-pages/tldr tldr-pages/tldr Public

    📚 Collaborative cheatsheets for console commands

    Markdown 59.1k 4.7k

  3. Prevent unintentional self-modificat... Prevent unintentional self-modification of executing Bash script
    1
    # Prevent unintentional self-modification of executing Bash script
    2
    
                  
    3
    ## Rationale
    4
    
                  
    5
    I have a script that downloads and synchronises a project from a web service (where I co-edit this project) to my local machine, where I have the project's Git repo.[^1]