5 lines
128 B
Plaintext
5 lines
128 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
SUB=$(gum choose "Help" "Theme" "Font" "Install" | tr '[:upper:]' '[:lower:]')
|
||
|
source $OMAKUB_PATH/bin/omakub-$SUB
|