/CommandExistance

Primary LanguageShellGNU General Public License v3.0GPL-3.0

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