#! @RUBY@ # # amazonplot - a tool to plot a graph of Amazon's sales rank # # Copyright (C) 2003 Satoru Takabayashi # All rights reserved. # This is free software with ABSOLUTELY NO WARRANTY. # # You can redistribute it and/or modify it under the terms of # the GNU General Public License version 2. # require 'amazonplot' app = MingPlotApplication.new(AmazonPlotStat, "@DATADIR@") app.start