git://unix-root.de/bundle_deps.git: Small shell script
to collect dependencies of a binary via ldd and copies
all of
them in a directory and creates a small sh file to execute it
git://unix-root.de/orc-smasher.git: A TUI game written
in C with ncurses where you run through a maze and hit
orcs, my first try at a TUI application
git://unix-root.de/Simple-Go.git: Very simple
implementation of the Go-Text-Protocol (GTP) in C, uses my own
custom \"libcutils\" library. Will probably rewrite this in Zig at some point