abhisheksarkar30 / scripts-N-batches

Multi-language scripts as detailed in READ-ME

Home Page:https://abhisheksarkar30.github.io/scripts-N-batches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scripts-N-batches

License: MIT


Let's connect πŸ‘¨β€πŸ’» and forge the future together.😁✌

Show your support a ⭐ is all this repo needs πŸ˜„

Introduction

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.

Prerequisites

The compatibility of language of each script varying on type of operating system used.

Usage

Depends on type of script as follows:

  1. Windows batch - <filename> <arguments> (windows only)
  2. Powershell - .\<filename>.ps1 <arguments> (windows only)
  3. Shell - ./<filename>.sh <arguments> (linux only)

About

Multi-language scripts as detailed in READ-ME

https://abhisheksarkar30.github.io/scripts-N-batches

License:MIT License


Languages

Language:Batchfile 87.6%Language:PowerShell 12.4%