lightweight fortune generator that likes to be more ruthless than the standard fortune. meant to supplement fortune.
./build.sh # builds dist/dice, data embeddedcopy dist/dice anywhere and run it
nix run . # roll once
nix profile install . # install `dice`
./bin/dice # from a checkout (needs fortune-mod)if (( RANDOM % 2 )); then fortune; else dice; fientries in share/fortune are separated by %