inst_wrap_zip: Wraps deployment zip into bash installer script.
Description
Wraps deployment zip into bash installer script.
Usage
inst_wrap_zip(zip_fpath)
Arguments
zip_fpath
path to zip package to wrap. It must exist. (type: character)
Value
path to created bash installer script (invisible)
Details
Bash installer is just script containing also binary data at the end of file.
It has also some logic to install the package into more intelligent way than just
unzip.
Shell script is created at the same location as zip package passed and will have
the same name with sh extension.