sunhat/bin/omakub

12 lines
247 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" "Update" --height 8 --header "" | tr '[:upper:]' '[:lower:]')
2024-06-03 17:32:02 -05:00
else
2024-06-04 17:17:58 -05:00
SUB=$1
2024-06-03 17:32:02 -05:00
fi
[ -n "$SUB" ] && source $OMAKUB_PATH/bin/omakub-$SUB