Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 742 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 742 Bytes

utils

Various Personal Utils and Programs

bash

This contains useful aliases and a couple bash programs

funnymake

plays elevator music while running make scripts

bin

Includes symlinks to all standalone compiled programs and scripts. This gets added to path by the bashrc-aliases file.

progs

This includes compiled programs and sometimes diff files for edited sources

cmatrix

I've edited the source to allow for arbirtary text strings instead of just random characters. This is also used for a "cyber" command.

python

Scripts, standalones, and skeletons

ppnl

Python Print No newLine. Allows python style print formatting from the command line (and doesn't print new lines as is helpful when crafting RoP payloads).