Repository URL to install this package:
|
Version:
0.1.0 ▾
|
shellting
/
external
/
shelltings
/
shelltings-default-master
/
system
/
users
/
group-exists.shellting
|
|---|
#!/usr/bin/env bash
#
# doc:
# short_help: Sets an environment variable.
#
# args:
# group:
# doc:
# short_help: The name of the group.
# type: string
# required: true
# cli:
# param_type: argument
# gid:
# doc:
# short_help: The gid of the group.
# type: string
# required: true
#
# properties:
# elevated: true
# idempotent: true
# internet: false
#