https://github.com/owncloud/core
Raw File
Tip revision: 33ba6b0b347daadfba29655ec82d46651a1800dd authored by Frank Karlitschek on 06 September 2013, 18:31:11 UTC
5.0.11
Tip revision: 33ba6b0
occ
#!/usr/bin/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