https://github.com/owncloud/core
Raw File
Tip revision: 678ad217e2d311ddb324ab7721e1c990b3b28753 authored by C Montero-Luque on 15 December 2015, 21:07:51 UTC
8.1.5 RC1
Tip revision: 678ad21
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