5 posts tagged with "scripting"

    forwarding arguments with shell scripts

    2022-11-28

     | 

    ~2 min read

     | 

    289 words

    When developing scripts to use to manage a project, I often find myself in a situation where I have multiple scripts that are mostly the…

    node shebang: executing javascript as a script

    2022-11-28

     | 

    ~1 min read

     | 

    182 words

    To get a Node file to run from the command line without needing to tell the command line to use Node to interpret the file, we need a…

    packaging projects with bash

    2022-11-28

     | 

    ~3 min read

     | 

    560 words

    As part of the build pipeline for a project I’ve been working on lately, we’ve been packaging up projects into zip files that are then…

    multi-line bash scripting

    2022-11-28

     | 

    ~2 min read

     | 

    244 words

    In researching how to filter Git Commits by Author I found Adam Dymitruk’s bash solution. The reason I’m writing about this is not the…

    git push new

    2022-11-28

     | 

    ~2 min read

     | 

    364 words

    Every time I cut a new branch in Git and am ready to submit a PR for review, I get an annoying error reminding me that I need to set the…

Return to all tags