1
0
Fork 0
mirror of https://github.com/shlinkio/shlink.git synced 2025-03-25 02:51:55 +03:00
shlink/bin/update

9 lines
168 B
Text
Raw Normal View History

2016-08-15 09:21:14 +02:00
#!/usr/bin/env php
<?php
declare(strict_types=1);
namespace Shlinkio\Shlink;
2016-08-15 09:21:14 +02:00
$run = require __DIR__ . '/../vendor/shlinkio/shlink-installer/bin/run.php';
$run(true);