Skip to content
View panos--'s full-sized avatar
Block or Report

Block or report panos--

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. kwatch kwatch Public

    Kubernetes terminal UI

    TypeScript 3

  2. ella ella Public

    Ella scripting language interpreter

    Java 1 2

  3. Bourne Shell script path detection Bourne Shell script path detection
    1
    ME="$0"
    2
    REAL_ME="$ME"
    3
    
                  
    4
    while [ -h "$REAL_ME" ]; do
    5
    	LINK_TARGET="$(readlink "$REAL_ME")"
  4. Bourne Shell Temporary File Management Bourne Shell Temporary File Management
    1
    # Implements a simple solution for easy creation and
    2
    # automatic disposal of temporary files.
    3
    
                  
    4
    TEMPFILE=
    5
    TEMPFILES=