mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-25 14:35:40 +03:00
4143bd841e
* Various improvements This is literally the worst commit I ever did, but due to rebasing issues this is how it is. * Fixes after rebase Signed-off-by: Mario Danic <mario@lovelyhq.com> * Updates post-rebase Signed-off-by: Mario Danic <mario@lovelyhq.com> * Updates #2 post rebase Signed-off-by: Mario Danic <mario@lovelyhq.com> * Update deps Signed-off-by: Mario Danic <mario@lovelyhq.com>
7 lines
180 B
Markdown
7 lines
180 B
Markdown
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' *
|
|
|