1#!/bin/sh
2#
3# I use this quick script to get the tutorial from Daylon Graphics.
4# You shouldn't have any use for it since a copy will be available
5# in the html/doc/tutorial directory.
6
7cd doc/html/tutorial
8rm -rf *
9wget --recursive --no-host-directories --no-parent --cut-dirs=2 \
10		http://www.daylongraphics.com/other/sswf/
11