1
0
Fork 0
mirror of https://github.com/shlinkio/shlink.git synced 2025-02-18 08:19:55 +03:00
shlink/bin/update
2020-01-04 13:18:28 +01:00

12 lines
242 B
PHP
Executable file

#!/usr/bin/env php
<?php
declare(strict_types=1);
namespace Shlinkio\Shlink;
use function chdir;
use function dirname;
chdir(dirname(__DIR__));
[, $update] = require __DIR__ . '/../vendor/shlinkio/shlink-installer/bin/run.php';
$update();