2021-09-19 19:35:36 +01:00
|
|
|
#!/bin/sh
|
2021-12-22 17:42:14 +00:00
|
|
|
git clone https://git.colean.cc/ewfm-themes
|
2021-09-20 16:39:55 +01:00
|
|
|
|
2021-11-19 16:56:30 +00:00
|
|
|
mkdir themes
|
2021-09-20 16:39:55 +01:00
|
|
|
|
2021-11-19 16:56:30 +00:00
|
|
|
mv ewfm-themes/linear/* themes/
|
|
|
|
mv ewfm-themes/3box/* themes/
|
|
|
|
mv ewfm-themes/roundbox/* themes/
|
|
|
|
mv ewfm-themes/other/* themes/
|
2021-09-20 16:39:55 +01:00
|
|
|
|
2021-11-19 16:56:30 +00:00
|
|
|
mv ewfm-themes/LICENSE themes/STANDARD-LICENSE
|
|
|
|
mv ewfm-themes/README themes/STANDARD-README
|
|
|
|
|
|
|
|
rm -rf ewfm-themes/
|