https://github.com/owncloud/core
Raw File
Tip revision: 1ae22dd8b1f3551e945b47d353fc8144d7450e3c authored by Ilja Neumann on 09 April 2021, 12:39:20 UTC
Cosmetic fix (dry)
Tip revision: 1ae22dd
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