summaryrefslogtreecommitdiffstats
path: root/gen_thumbs.php
blob: 1912a54b8f3a44deb02ee154e872090573f72f39 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/php
<?php

require_once "phpfspot.class.php";

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

?>