1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-21 01:58:46 +01:00
2014-09-23 23:25:04 +00:00

12 lines
181 B
PHP
Executable File

#!/usr/bin/php
<?php
/**
* @file
* Deprecated in favor of generate-standalone.php.
*/
require dirname(__FILE__) . '/generate-standalone.php';
// vim: et sw=4 sts=4