JustKato / CommandExistance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CommandExistance

About

A simple script that is going to take in a command and tell you if it exists or not on the system.

Usage

commandexistance.sh [COMMAND] - Will return true if the command exists on the system, otherwise it will return false

Example

commandexistance.sh gedit commandexistance.sh echo commandexistance.sh htop

About

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%