10 lines
216 B
PHP
Executable File
10 lines
216 B
PHP
Executable File
#!/usr/bin/env php
|
|
<?php
|
|
|
|
/**
|
|
* A script for ad hoc testing of commands defined in this project.
|
|
*
|
|
* You may also test our autocomplete. Get info by running `ac completion --help`
|
|
*/
|
|
require __DIR__ . '/ac.php';
|