mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-20 04:55:21 +00:00
feat(bin): update scripts to function format
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
/**
|
||||
* Quota usage
|
||||
* Show quota usage
|
||||
*
|
||||
* @package x-quota-usage
|
||||
* @version 1.0.0
|
||||
* @link https://github.com/ivuorinen/dotfiles/blob/main/local/bin/x-quota-usage.php
|
||||
* @license MIT
|
||||
* @author Ismo Vuorinen <https://github.com/ivuorinen>
|
||||
*/
|
||||
error_reporting(E_ALL);
|
||||
|
||||
$debug = false;
|
||||
|
||||
Reference in New Issue
Block a user