Skip to content

Instantly share code, notes, and snippets.

View andurilan's full-sized avatar

operator.malcolm andurilan

View GitHub Profile
@andurilan
andurilan / Makefile
Created September 1, 2018 07:33
pls.plus
TLD:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
run:
@rustc -V
cargo update
cargo build
./target/debug/_installer
install:
cargo build --release
sudo ln -sf ${TLD}target/release/_installer /usr/local/bin/_installer
@andurilan
andurilan / .kshrc
Created January 22, 2019 10:32
Korn Shell Environment
# -*-sh-*-
#
# .kshrc - Korn shell 93 startup file
umask 0077
set -o emacs
set +o multiline
# Taken from bash completion support core Git. | Copyright (C) 2006,2007 Shawn O. Pearce <spearce@spearce.org> |
# Conceptually based on gitcompletion (http://gitweb.hawaga.org.uk/). | Distributed under the GNU General Public License, version 2.0.
# __gitdir accepts 0 or 1 arguments (i.e., location)
@andurilan
andurilan / continuum.macro.asm
Created February 18, 2019 07:43
Continuum Macro
;==================================================================================================================
; PlainOS | Copyright (C) 2008-2019 Lexeme
; ==================================================================================================================
;
; PlainOS Installation -----------------------------------------------------------------------------------------------------------------------------------------------
; ==================================================================================================================
;
; Dependency Injection Macros ------------------------------------------------------------------------------------------------------------------------------------
%include "macros/di.asm"
;