mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 06:09:55 +09:00
11 lines
170 B
PHP
Executable file
11 lines
170 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
|