Let's connect 👨💻 and forge the future together.😁✌
Show your support a ⭐ is all this repo needs 😄
This repository showcases example of some small utility scripts of various languages e.g. 'KillWindowsTasksByKeyword.ps1' is a powershell script for windows which kills all java processes which contains the specified string provided as argument, similar to 'kill' on result-set of 'grep' in linux.
The compatibility of language of each script varying on type of operating system used.
Depends on type of script as follows:
- Windows batch - <filename> <arguments> (windows only)
- Powershell - .\<filename>.ps1 <arguments> (windows only)
- Shell - ./<filename>.sh <arguments> (linux only)