peliprint/blueprint/lib/byte.sh
purple d4089ac475 Import Byte into blueprint.sh
Byte is probably not going to be released this update, I'm sorry. I need to think about how to implement it in Blueprint, I have a lot of ideas, just don't know where to start.
2023-07-29 11:02:49 +02:00

17 lines
No EOL
277 B
Bash

#!/bin/bash
# byte.sh
# ╭ ╮ Hello traveler,
# │ o o │ nice to meet you.
# ╰ ╯
source .blueprint/lib/bash_colors.sh;
source .blueprint/lib/db.sh;
byte() {
echo -e "
╭ ╮ $2
$1$3
╰ ╯ $4
"
}