Skip to content
View nickboldt's full-sized avatar

Organizations

@jbosstools @jbdevstudio @redhat-developer @trkrapp @janus-idp

Block or report nickboldt

Report abuse

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

Report abuse

Pinned Loading

  1. che-incubator/github-secrets-generator che-incubator/github-secrets-generator Public archive

    Forked from benoitf/github-secrets-generator

    Shell 1

  2. extract files from docker image to l... extract files from docker image to local dir
    1
    #!/bin/bash -e
    2
    
                  
    3
    usage ()
    4
    {
    5
      echo "Usage: $0 CONTAINER [--override-arch s390x] [--tar-flags tar-extraction-flags]"
  3. find.sh find.sh
    1
    #!/bin/bash
    2
    
                  
    3
    # find in files
    4
    if [[ $# -eq 0 ]]; then 
    5
    	echo "usage: $0 \"<dir(s)>\" \"<include filename pattern (*test*/*.java)>\" \"<searchstring(s)>\" \"<exclude filename pattern (target|.svn|.git)>\" [\"-mindepth 3 -maxdepth 4\"] [-quiet]"; echo "";
  4. script to automate git workflow, usi... script to automate git workflow, using topic branches & PRs
    1
    #!/bin/bash
    2
    
                  
    3
    # 4 steps in git workflow: prepare for work, (do work), pull-request, apply pull-request, drop topic branch
    4
    #alias gw1='~/bin/gitwork.sh 1 -t $topic -b $branch'
    5
    # do work after step 1
  5. F36 VM configuration (2022-07-30 - 0... F36 VM configuration (2022-07-30 - 08-16)
    1
    # Virtual Box Fedora 36 virutal machine setup
    2
    
                  
    3
    ## VBox settings
    4
    
                  
    5
    ```