descriptionMy laboratory
owneralanpotteiger@gmail.com
last changeSat, 26 Nov 2022 00:18:36 +0000 (26 01:18 +0100)
content tags
add:
README
My Laboratory
=============

This repository is just me writing Unix utilities and tinkering, trying to
learn all I can. No real specific scope, just going wild. We'll see what
happens.

Some of this may have been written while drinking.

Welcome to my lab.

Utilities
---------

- cat
- chmod
- false
- head
- id
- logname
- pwd
- sleep
- true
- tty
- uname

License
-------

BSD 3-Clause License, see `LICENSE`.
shortlog
2022-11-26 Alan PotteigerMajor `cat` improvementsmaster
2022-11-25 Alan PotteigerStyle fixes
2022-11-25 cleanbajacat: rewrite to use the splice() syscall
2022-11-24 Alan Potteigerportable makefile
2022-11-24 Alan PotteigerWork on `id`. Still missing some functionality.
2022-11-23 Alan Potteiger`README` update
2022-11-23 Alan Potteiger`true` and `false`. too easy lmao
2022-11-23 Alan Potteiger`head` implementation. I'm very drunk. This needs clean...
2022-11-23 Alan PotteigerStarting `chmod` and symbolic mode parser
2022-11-22 Alan Potteiger`uname`!
2022-11-22 Alan Potteiger`logname`
2022-11-22 Alan Potteiger`tty` is too easy
2022-11-22 Alan Potteiger`pwd` implemented
2022-11-22 Alan PotteigerSimple `cat` implementation.
2022-11-22 Alan Potteiger`sleep`. First one cause I'm tired as hell
2022-11-22 Alan PotteigerBoilerplate. Welcome to my lab
heads
17 months ago master