#!/bin/sh HTML=squick.html # resultant file LIST=.squicks # list of "squicks" shared with .mkaff.sh AWK=/tmp/mksquickA.$$ # awk script TMP=/tmp/mksquickT.$$ # volatile file # # # cat >${HTML}+ < Story Affinity Profile - Test

Story Affinity Profile
Test Page

This is a prototypical form developed by Jack C Lipton.
You can download a copy of the generating script from http://www.asstr-mirror.org/files/Authors/CupaSoup/www/.mksquick.sh and the http://www.asstr-mirror.org/files/Authors/CupaSoup/www/.squicksfile is used to generate the menu.
There are more than a few entries intended to get a laugh. I'll even settle for chuckles.
Another version can be seen here


Things I like to See

HTMLFILE awk -f $AWK $LIST >>${HTML}+ cat >>${HTML}+ <


Copyright (c) 2002 - Jack C. Lipton
HTMLFILE cutover $HTML rm -f $AWK $TMP exit 0