Initial commit
This commit is contained in:
9
bin/vfxapply
Executable file
9
bin/vfxapply
Executable 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";
|
Reference in New Issue
Block a user