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