Skip to content
View tb3088's full-sized avatar
  • Personal projects
  • Alexandria Virginia

Block or report tb3088

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 Loading

  1. shell-environment shell-environment Public

    Shell 2

  2. SSH wrapper SSH wrapper
    1
    #!/bin/bash
    2
    
                  
    3
    # Usage:
    4
    #
    5
    #   [VERBOSE=-v]
  3. wordle.sh wordle.sh
    1
    #!/bin/bash -e
    2
    set -o pipefail; LC_COLATE=C
    3
    
                  
    4
    : "${LETTERS:=5}"
    5
    : "${ROUNDS:=7}"
  4. awscli-aliases awscli-aliases Public

    Forked from awslabs/awscli-aliases

    Repository for AWS CLI aliases.

  5. bootstrap-config bootstrap-config Public

    disconnected AWS instance self-configuration

    Shell

  6. RHEL7-STIG RHEL7-STIG Public

    Forked from ansible-lockdown/RHEL7-STIG

    Ansible role for Red Hat 7 STIG Baseline

    Python