[go: nahoru, domu]

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

Block or report Ekanar-Eklectic

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. crosstool-ng crosstool-ng Public

    Forked from crosstool-ng/crosstool-ng

    A versatile (cross-)toolchain generator.

    Shell 1

  2. The Ultimate Bad Ass .bashrc File The Ultimate Bad Ass .bashrc File
    1
    #!/bin/bash
    2
    iatest=$(expr index "$-" i)
    3
    
                  
    4
    #######################################################
    5
    # SOURCED ALIAS'S AND SCRIPTS BY zachbrowne.me
  3. oh-my-bash oh-my-bash Public

    Forked from ohmybash/oh-my-bash

    A delightful community-driven framework for managing your bash configuration, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.

    Shell 1

  4. Build script for a GNU toolchain Build script for a GNU toolchain
    1
    #!/bin/bash
    2
    
                  
    3
    # What this script does:
    4
    # - downloads sources of GCC, Binutils, and GDB;
    5
    # - unpacks them;
  5. 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
    
                  
  6. incubator-marvin-website incubator-marvin-website Public

    Forked from apache/incubator-marvin-website

    Apache marvin

    HTML