add bannerneo

main
Rob Muhlestein 10 months ago
parent f315c2e2b8
commit 47a5048154

@ -0,0 +1,8 @@
#!/usr/bin/env bash
what="$*"
if [ -z "${what}" ]; then
read -p "Text: " what
fi
cols=$(tput lines)
pomo stop
tmux split-window \; resize-pane -y $((cols-6)) \; send -t 1 "banner \"$what\"" Enter \; send -t 2 "neo" Enter
Loading…
Cancel
Save