Skip to content
View realrobmorris's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report realrobmorris

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. Apollo-11 Apollo-11 Public

    Forked from chrislgarry/Apollo-11

    Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.

    Assembly

  2. FluentCV FluentCV Public

    Forked from fluentdesk/FluentCV

    Generate polished résumés and CVs in HTML, Markdown, LaTeX, MS Word, PDF, plain text, JSON, XML, YAML, smoke signal, and carrier pigeon.

    CoffeeScript

  3. Intro-To-Linux Intro-To-Linux Public

    Forked from LinuxAtDuke/Intro-To-Linux

    Linux@Duke Introduction to Linux

    Shell

  4. resume resume Public

    HTML

  5. shell script trap functions shell script trap functions
    1
    #!/bin/bash
    2
    
    
    3
    set -o errexit # exit on errors
    4
    set -o nounset # exit on use of uninitialized variable
    5
    set -o errtrace # inherits trap on ERR in function and subshell