sunhat/bin/omakub

13 lines
241 B
Plaintext
Raw Normal View History

2024-06-03 16:57:00 -05:00
#!/bin/bash
2024-06-03 17:14:14 -05:00
source $OMAKUB_PATH/ascii.sh
2024-06-03 17:32:02 -05:00
if [ $# -eq 0 ]; then
SUB=$(gum choose "Help" "Theme" "Font" "Install" --height 7 --header "" | tr '[:upper:]' '[:lower:]')
else
SUB=$1
fi
[ -n "$SUB" ] && source $OMAKUB_PATH/bin/omakub-$SUB