aboutsummaryrefslogtreecommitdiffstats
path: root/growthplot
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug in legend generation.Eric S. Raymond1999-11-301-1/+1
| | | | svn path=/trunk/; revision=2657
* No more bend in the legend arrows.Eric S. Raymond1999-10-021-6/+3
| | | | svn path=/trunk/; revision=2631
* Go straight to GIF.Eric S. Raymond1999-09-281-10/+4
| | | | svn path=/trunk/; revision=2616
* We plot code size now.Eric S. Raymond1999-09-261-3/+11
| | | | svn path=/trunk/; revision=2609
* Check for plot failure.Eric S. Raymond1999-09-251-2/+6
| | | | svn path=/trunk/; revision=2607
* We can plot with the new format now, but no size arc yet.Eric S. Raymond1999-09-251-6/+6
| | | | svn path=/trunk/; revision=2606
* We can generate a PNG now.Eric S. Raymond1999-09-251-15/+10
| | | | svn path=/trunk/; revision=2602
* Plotting is working pretty well.Eric S. Raymond1999-09-241-2/+12
| | | | svn path=/trunk/; revision=2601
* *** empty log message ***Eric S. Raymond1999-09-241-0/+3
| | | | svn path=/trunk/; revision=2600
* No more fixed filenames.Eric S. Raymond1999-09-241-5/+5
| | | | svn path=/trunk/; revision=2599
* Truncated arrows.Eric S. Raymond1999-09-241-3/+6
| | | | svn path=/trunk/; revision=2598
* Does the plot correctly in X11 mode.Eric S. Raymond1999-09-241-8/+40
| | | | svn path=/trunk/; revision=2597
* Initial revisionEric S. Raymond1999-09-231-0/+31
svn path=/trunk/; revision=2596
t; /var/log/fetchmail.log fetchmail -d 1 -L /var/log/fetchmail.log & tail -f /var/log/fetchmail.log ;; status) tail -f /var/log/fetchmail.log ;; got) /usr/local/gotmail/gotmail ;; goth) /usr/local/gotmail/gotmail html ;; send) /sendmail -q ;; clear) fetchmail -q rm /var/log/fetchmail.log ;; -v) echo 'getmail version: 0.0.1' ;; *) echo echo 'Usage: getmail option' echo echo 'options:' echo ' clear - stops fetchmail and kills the logfile' echo ' fetch - starts fetchmail' echo ' got - starts gotmail' echo ' goth - starts gotmail html' echo ' send - sends all mail from the mailqueue' echo ' status - tails the logfile' echo ' start - starts fetchmail and tails the logfile' echo ' stop - stops fetchmail' echo ' -v - print the version number' echo esac