ewfm/populate.sh

17 lines
362 B
Bash
Raw Normal View History

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-11-19 16:54:08 +00:00
mv themes/other/* 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
2021-11-19 16:54:08 +00:00
rm -r themes/other