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

Block or report xxie-xd

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. A shell script to download packages ... A shell script to download packages for, configure, build and install a GCC cross-compiler.
    1
    #! /bin/bash
    2
    set -e
    3
    trap 'previous_command=$this_command; this_command=$BASH_COMMAND' DEBUG
    4
    trap 'echo FAILED COMMAND: $previous_command' EXIT
    5