Skip to content
View parsley42's full-sized avatar
  • Welld Health
  • United States

Organizations

@slack-go
Block or Report

Block or report parsley42

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. lnxjedi/gopherbot lnxjedi/gopherbot Public

    DevOps Chatbot written in Go, inspired by Hubot and Jenkins

    Go 50 12

  2. lnxjedi/ssl-pairgen lnxjedi/ssl-pairgen Public

    Utility for generating Kubernetes ingress-nginx user private CA and p12 files.

    Go

  3. clu-gopherbot clu-gopherbot Public

    Configuration for Clu, my Gopherbot devel robot

    Shell 2 2

  4. floyd-gopherbot floyd-gopherbot Public

    Gopherbot configuration for Floyd, the LinuxJedi.org production robot

    Shell 2

  5. AWS Session Script AWS Session Script
    1
    #!/bin/bash -e
    2
    
                  
    3
    # Usage: aws-session <token> (account)
    4
    #  Sets up aws configuration for API access using temporary credentials
    5
    #  See: https://aws.amazon.com/premiumsupport/knowledge-center/authenticate-mfa-cli/
  6. Shell script template Shell script template
    1
    #!/bin/bash -e
    2
    
                  
    3
    trap_handler()
    4
    {
    5
        ERRLINE="$1"