mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-13 15:46:53 +03:00
9 lines
126 B
PHP
Executable File
9 lines
126 B
PHP
Executable File
#!/usr/bin/env php
|
|
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
require_once dirname(__FILE__) . '/../vendor/autoload.php';
|
|
|
|
Psy\bin()();
|