add arguments

This commit is contained in:
KAiZ 2019-11-07 10:16:26 +05:30
parent 4cb33f8847
commit 1b7dd13e26

View file

@ -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)