sunhat/bin/omakub

12 lines
247 B
Plaintext
Raw Normal View History

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