3 lines
102 B
Bash
Executable file
3 lines
102 B
Bash
Executable file
#!/usr/bin/env bash
|
|
clear
|
|
gum style --bold --foreground 6 --border rounded --border-foreground 8 "$*"
|