1 2 3 4 5 6 7 8 9
#!/usr/bin/php <?php require_once "phpfspot.class.php"; $fspot = new PHPFSPOT; $fspot->gen_thumbs(0, 'fromcmd'); ?>