This repository has been archived on 2022-02-20. You can view files and clone it, but cannot push or open issues/pull-requests.
bash-shell-base/setup
David Kebler 22b3c0cc36 added debug module with debug function - a first cut
load.sh now loads debug module or a noop
file library, file.lib
   - refactored _find function, added alias superceed
       * added h option to include .hidden files
       *
   - added build_file function to append file to another
refactored comment and uncomment functions
added find_mountpoint function to filesystem module
added ssh_config builder function and ssh override to use it.
added github module with binary release fetch function (needs work)
2020-12-03 20:51:14 -08:00
..
etc added debug module with debug function - a first cut 2020-12-03 20:51:14 -08:00
root added deploy for system/user/root shell files 2020-11-21 08:56:03 -08:00
user added debug module with debug function - a first cut 2020-12-03 20:51:14 -08:00
.gitignore added backup script, improved deploy script and seperated deplooy for user to deploy-user script. Will set BASH_SHELL_BASE in /etc/profile based on where deploy script is launched. 2020-11-23 12:21:20 -08:00
backup.sh moved ssh session sourcing the ssh/session directory 2020-12-02 10:26:41 -08:00
deploy-user.sh add support for sourcing for remote shell via ssh. Works for both interactive and non-interactive 2020-11-23 15:14:18 -08:00
deploy.sh added backup script, improved deploy script and seperated deplooy for user to deploy-user script. Will set BASH_SHELL_BASE in /etc/profile based on where deploy script is launched. 2020-11-23 12:21:20 -08:00
fetch.sh added deploy for system/user/root shell files 2020-11-21 08:56:03 -08:00