2021-09-19 19:35:36 +01:00
|
|
|
#!/bin/sh
|
|
|
|
git clone https://gitlab.com/threeoh6000/ewfm-themes.git
|
2021-09-20 16:39:55 +01:00
|
|
|
|
2021-09-19 19:35:36 +01:00
|
|
|
mv ewfm-themes/ themes/
|
2021-09-20 16:39:55 +01:00
|
|
|
mv themes/linear/* themes/
|
|
|
|
mv themes/3box/* themes/
|
2021-09-20 17:07:07 +01:00
|
|
|
mv themes/roundbox/* themes/
|
2021-09-20 16:39:55 +01:00
|
|
|
|
|
|
|
mv themes/LICENSE themes/STANDARD-LICENSE
|
|
|
|
mv themes/README themes/STANDARD-README
|
|
|
|
|
|
|
|
rm -r themes/3box
|
|
|
|
rm -r themes/linear
|
2021-09-20 17:07:07 +01:00
|
|
|
rm -r themes/roundbox
|