mirror of
https://gitlab.com/ceda_ei/wish
synced 2025-05-12 00:56:58 +02:00
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
|
|
}
|