Repository URL to install this package:
|
Version:
0.1.0 ▾
|
shellting
/
src
/
shellting
/
external
/
shelltings
/
shelltings-default-master
/
utils
/
command_exists.shellting
|
|---|
#
# doc:
# short_help: Checks whether a command exists in the current path.
#
# args:
# command:
# doc:
# short_help: The command to check.
# type: string
# required: true
#
# meta:
# freckles:
# ignore: true
type "${command}" > /dev/null 2>&1