Initial import of f7cloud-mobile native Android app.
Kotlin/Compose client for F7cloud (mail, files, talk, calendar, contacts, tasks, support). Current version: 0.5.113 (build 121).
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<!--
|
||||
~ SPDX-FileCopyrightText: 2019 Mario Danic <mario@lovelyhq.com>
|
||||
~ SPDX-License-Identifier: GPL-3.0-or-later
|
||||
-->
|
||||
brew install coreutils
|
||||
find * -type l -exec bash -c 'ln -f "$(greadlink -m "$0")" "$0"' {} \;
|
||||
rename 's/-/_/g' *
|
||||
rename 's/\+/_/g' *
|
||||
rename 's/\./_/g' *
|
||||
rename 's/_png/\.png/g' *
|
||||
|
||||
Reference in New Issue
Block a user