ewfm/populate.sh

15 lines
315 B
Bash
Raw Normal View History

2021-09-19 19:35:36 +01:00
#!/bin/sh
2022-11-01 18:26:40 +00:00
git clone https://git.colean.cc/ewfm/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/