Initial commit

This commit is contained in:
2016-12-22 03:15:02 +01:00
commit 58f27830f4
20 changed files with 654 additions and 0 deletions

9
bin/vfxapply Executable file
View File

@ -0,0 +1,9 @@
#!/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";