https://github.com/owncloud/core
Raw File
Tip revision: 61a8c68451bb6e044a098fe821c75ff32f1b1a29 authored by Juergen Weigert on 28 February 2023, 08:26:38 UTC
Merge branch 'master' into release-10.12.0
Tip revision: 61a8c68
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