#!/usr/bin/php
<?php

require_once "phpfspot.class.php";

$fspot = new PHPFSPOT;
$fspot->gen_thumbs(0, 'fromcmd');

?>