https://github.com/owncloud/core
Raw File
Tip revision: 1b24e934f65492749552a16a9d8a905ee9579aff authored by Vincent Petry on 26 January 2017, 05:14:43 UTC
Set version to 9.0.8 RC2
Tip revision: 1b24e93
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