/
home
/
techb158
/
ileadtechnology.com
/
vendor
/
ankitpokhrel
/
tus-php
/
bin
/
/home/techb158/ileadtechnology.com/vendor/ankitpokhrel/tus-php/bin
mkdir
upload
Name
Size
Mode
Actions
tus
351
0755
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/vendor/ankitpokhrel/tus-php/bin/tus
(351B)
#!/usr/bin/env php <?php if (file_exists($autoloader = __DIR__ . '/../../../autoload.php')) { require_once $autoloader; } else { require_once __DIR__ . '/../vendor/autoload.php'; } use TusPhp\Commands\ExpirationCommand; use Symfony\Component\Console\Application; $app = new Application(); $app->add(new ExpirationCommand()); $app->run();
Save
cmd:
run