mirror of https://gitlab.com/ceda_ei/wish
16 lines
176 B
Bash
16 lines
176 B
Bash
|
function wish_reinit_start() {
|
||
|
return 1
|
||
|
}
|
||
|
|
||
|
function wish_reinit_end() {
|
||
|
return 1
|
||
|
}
|
||
|
|
||
|
function wish_reinit_set_colors() {
|
||
|
return
|
||
|
}
|
||
|
|
||
|
function wish_reinit_main() {
|
||
|
wish_init
|
||
|
}
|