https://github.com/owncloud/core
Raw File
Tip revision: defe41ee4e55f6336cf95479bc53d883be2b5d1b authored by Frank Karlitschek on 04 February 2015, 22:27:52 UTC
8.0.0 RC2
Tip revision: defe41e
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