https://github.com/owncloud/core
Raw File
Tip revision: 35cbcfe49664e489dbf834643c35e1c8b7fe109d authored by Parajuli Kiran on 13 July 2020, 11:53:39 UTC
small cleanup
Tip revision: 35cbcfe
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