2024-03-24 16:10:05 +03:00
|
|
|
<!--
|
|
|
|
~ SPDX-FileCopyrightText: 2019 Mario Danic <mario@lovelyhq.com>
|
|
|
|
~ SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
-->
|
2019-04-24 09:32:19 +03:00
|
|
|
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' *
|
|
|
|
|