Pinned Loading
-
crosstool-ng
crosstool-ng PublicForked from crosstool-ng/crosstool-ng
A versatile (cross-)toolchain generator.
Shell 1
-
The Ultimate Bad Ass .bashrc File
The Ultimate Bad Ass .bashrc File 1#!/bin/bash
2iatest=$(expr index "$-" i)
34#######################################################
5# SOURCED ALIAS'S AND SCRIPTS BY zachbrowne.me
-
oh-my-bash
oh-my-bash PublicForked 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
-
Build script for a GNU toolchain
Build script for a GNU toolchain 1#!/bin/bash
23# What this script does:
4# - downloads sources of GCC, Binutils, and GDB;
5# - unpacks them;
-
A shell script to download packages ...
A shell script to download packages for, configure, build and install a GCC cross-compiler. 1#! /bin/bash
2set -e
3trap 'previous_command=$this_command; this_command=$BASH_COMMAND' DEBUG
4trap 'echo FAILED COMMAND: $previous_command' EXIT
5 -
incubator-marvin-website
incubator-marvin-website PublicForked from apache/incubator-marvin-website
Apache marvin
HTML
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.