From a5287a3b4e46b0a1757bc8dd22a47cf7327813cb Mon Sep 17 00:00:00 2001 From: KAiZ <24286590+KaizIqbal@users.noreply.github.com> Date: Thu, 7 Nov 2019 10:16:38 +0530 Subject: [PATCH] add arguments --- x11-make.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11-make.sh b/x11-make.sh index 68827a7e..06b3bf9c 100755 --- a/x11-make.sh +++ b/x11-make.sh @@ -1,6 +1,8 @@ #!/bin/sh -THEME=Suru +#get theme name from argument +THEME=$1 +#current Directory path DIR="../" # enter bitmaps folder