https://github.com/owncloud/core
Raw File
Tip revision: 26e66f3d46c9e4d49163c0b92b0cc8ddbb898c79 authored by Michael Barz on 10 January 2022, 15:48:07 UTC
pick the personal space from the list
Tip revision: 26e66f3
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