ewfm/populate.sh
2022-11-01 18:26:40 +00:00

14 lines
315 B
Bash

#!/bin/sh
git clone https://git.colean.cc/ewfm/ewfm-themes
mkdir themes
mv ewfm-themes/linear/* themes/
mv ewfm-themes/3box/* themes/
mv ewfm-themes/roundbox/* themes/
mv ewfm-themes/other/* themes/
mv ewfm-themes/LICENSE themes/STANDARD-LICENSE
mv ewfm-themes/README themes/STANDARD-README
rm -rf ewfm-themes/