https://github.com/owncloud/core
Raw File
Tip revision: 0e9fd2b338a84730f0f42712488de66792f989e7 authored by Phil Davis on 25 May 2021, 04:38:35 UTC
Get more size data for .cache
Tip revision: 0e9fd2b
occ
#!/usr/bin/env php
<?php
/**
 * Copyright (c) 2013 Thomas Müller <thomas.mueller@tmit.eu>
 * This file is licensed under the Affero General Public License version 3 or
 * later.
 * See the COPYING-README file.
 */

//$argv = $_SERVER['argv'];
require_once __DIR__ . '/console.php';
back to top