php-vfxapply/bin/vfxapply

10 lines
188 B
Plaintext
Raw Normal View History

2016-12-22 02:15:02 +00:00
#!/usr/bin/env php
<?php
if (!trim(exec("which zenity"))) {
fprintf(STDERR, "You need to install zenity to use this tool.\n");
exit(1);
}
require_once __DIR__."/../src/app.php";