🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

github.com/malscent/bash_bundler

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/malscent/bash_bundler

v1.0.2
Source
Go
Version published
Created
Source

Simple Bash Bundler

A simple CLI app for bundling multiple bash scripts together via the source command.

Usage:

This simple tool bundles bash files into a single bash file.

Usage:
   sbb {flags}
   sbb <command> {flags}

Commands: 
   bundle                        bundle a bash script
   help                          displays usage informationn
   version                       displays version number

Flags: 
   -e, --entry                   The entrypoint to the bash script to bundle. 
   -h, --help                    displays usage information of the application (default: false)
   -o, --output                  The output file to write to 

FAQs

Package last updated on 10 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts