https://github.com/owncloud/core
Raw File
Tip revision: 8c9b8f4fe9b5efa15178c78349d72f2de5c33634 authored by C Montero-Luque on 03 August 2015, 11:16:38 UTC
8.1.1 RC1
Tip revision: 8c9b8f4
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