Skip to content
/ sbm Public

Simple Binary Manager - A little bash script that can install, remove and update binaries in any path

License

Notifications You must be signed in to change notification settings

maxrimue/sbm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sbm

This is a little tool I wrote primarily for myself. All it does, is to install, remove and update binaries in /usr/local/bin.

Run

You can install sbm with make install, and also adjust the path where binaries are managed with the $SBM_PREFIX variable.

Usage:

sbm -i|--install <bin>              Installs binary

sbm -d|--delete <bin>               Deletes installed binary

sbm -u|--update <bin> (<new bin>)   Replaces installed binary with a new one, or,
                                    if <new bin> is not specified, replaces installed
                                    <bin> by the same named <bin> in the 
                                    current working directory, if existing.

sbm -h|--help                       Shows this documentation

About

Simple Binary Manager - A little bash script that can install, remove and update binaries in any path

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published