From 1b7dd13e268302b3964023ff63a20cf758026b59 Mon Sep 17 00:00:00 2001 From: KAiZ <24286590+KaizIqbal@users.noreply.github.com> Date: Thu, 7 Nov 2019 10:16:26 +0530 Subject: [PATCH] add arguments --- w32-make.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/w32-make.sh b/w32-make.sh index 2bcb73d9..e71295ae 100755 --- a/w32-make.sh +++ b/w32-make.sh @@ -1,6 +1,8 @@ #!/bin/sh -THEME=Suru +#get theme name from argument +THEME=$1 +#current Directory path DIR="../" # $@ is for the caller to be able to supply arguments to anicursorgen (-s, in particular)