https://github.com/owncloud/core
Raw File
Tip revision: e5eb221a91560e285d0734bf1efe10c5d295ea6c authored by Daniel Molkentin on 18 August 2016, 11:10:45 UTC
ownCloud Server 8.1.10 RC1
Tip revision: e5eb221
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