Guys,
I am trying to making some scripts. One of my script have multiple taks which should be setting up keys and then do further setups. So I want to make that script as below,
Setting up keys should run at once only
Remainig parts should run everytime as loop
Note : This script is bash script.
Can anyone give some idea to make script like above?

Reply With Quote
