Skip to content
View ipapast's full-sized avatar

Organizations

@ThoughtWorksInc
Block or Report

Block or report ipapast

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
ipapast/README.md

Pinned

  1. Git shell coloring Git shell coloring
    1
    #  Customize BASH PS1 prompt to show current GIT repository and branch.
    2
    #  by Mike Stewart - http://MediaDoneRight.com
    3
    
                  
    4
    #  SETUP CONSTANTS
    5
    #  Bunch-o-predefined colors.  Makes reading code easier than escape sequences.
  2. useful-shell-scripts useful-shell-scripts Public

    Shell

  3. Remove all from Docker Remove all from Docker
    1
    # Stop all containers
    2
    docker stop `docker ps -qa`
    3
    
                  
    4
    # Remove all containers
    5
    docker rm `docker ps -qa`
  4. emvolioGR emvolioGR Public

    Tweetbot in Go to tweet about vaccine rates in Greece

    Go 1