10 lines
175 B
Plaintext
10 lines
175 B
Plaintext
|
function zshlibs_start()
|
||
|
{
|
||
|
zshlibs_boot
|
||
|
zconfig_boot
|
||
|
global_boot
|
||
|
zssh_boot
|
||
|
zshlibs_log zbootstrap "zshlibs booted up
|
||
|
==========================================="
|
||
|
}
|