I got a bash script , for example
[root@test ~]# cat 1.sh #!/bin/bash var1="" var2="" touch "$var1" touch $var2
it