Controlling Running a Script
We often need to run our script avoiding certain situations like the followings.
- Avoiding running a script as ROOT.
- Avoiding running a script in background.
- Avoiding running a …
Tech
We often need to run our script avoiding certain situations like the followings.