mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-23 21:27:44 +03:00
8 lines
169 B
PHP
Executable file
8 lines
169 B
PHP
Executable file
#!/usr/bin/env php
|
|
<?php
|
|
declare(strict_types=1);
|
|
|
|
namespace Shlinkio\Shlink;
|
|
|
|
$run = require __DIR__ . '/../vendor/shlinkio/shlink-installer/bin/run.php';
|
|
$run(false);
|