Author:
- Name: Mark Schnitzius
Location: US - United States of America (United States)
To build:
make all
To use:
./schnitzi num
WARNING: the author warns to not use too high a number (with the same effect as a fork bomb)! If you wish to ignore the warning it is an exercise to determine how high is too high. :-)
Try:
./try.sh
Judges’ remarks:
Sometimes a core dump is a feature, not a bug!
This is one of the better one-liners we have seen in a while. Take some time to figure out what it does before you run it!
Author’s remarks:
Beware, running this program with too high of a number amounts to doing a fork bomb on your machine!
Inventory for 1995/schnitzi
Primary files
- schnitzi.c - entry source code
- Makefile - entry Makefile
- schnitzi.orig.c - original source code
- try.sh - script to try entry
Secondary files
- 1995_schnitzi.tar.bz2 - download entry tarball
- README.md - markdown source for this web page
- .entry.json - entry summary and manifest in JSON
- .gitignore - list of files that should not be committed under git
- .path - directory path from top level directory
- index.html - this web page