From c31b3e0699a74230612ac5c4db91e3c5dfb21ad2 Mon Sep 17 00:00:00 2001 From: Celeste Date: Fri, 19 Nov 2021 16:56:30 +0000 Subject: [PATCH] Now it can be used to updoot --- populate.sh | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/populate.sh b/populate.sh index ce856dd..9ae5cd6 100644 --- a/populate.sh +++ b/populate.sh @@ -1,16 +1,14 @@ #!/bin/sh git clone https://gitlab.com/threeoh6000/ewfm-themes.git -mv ewfm-themes/ themes/ -mv themes/linear/* themes/ -mv themes/3box/* themes/ -mv themes/roundbox/* themes/ -mv themes/other/* themes/ +mkdir themes -mv themes/LICENSE themes/STANDARD-LICENSE -mv themes/README themes/STANDARD-README +mv ewfm-themes/linear/* themes/ +mv ewfm-themes/3box/* themes/ +mv ewfm-themes/roundbox/* themes/ +mv ewfm-themes/other/* themes/ -rm -r themes/3box -rm -r themes/linear -rm -r themes/roundbox -rm -r themes/other +mv ewfm-themes/LICENSE themes/STANDARD-LICENSE +mv ewfm-themes/README themes/STANDARD-README + +rm -rf ewfm-themes/