dotfiles/bin/actions/help.sh
2024-08-25 03:32:39 +02:00

14 lines
241 B
Bash
Executable File

#!/usr/bin/env bash
source $HOME/dotfiles/bin/helpers/functions.sh
# Print logo
tput setaf 2
cat $HOME/dotfiles/bin/resources/logo.txt
println " " "cyan"
tput sgr0
# Print help
cat $HOME/dotfiles/bin/resources/help.txt
println " " "cyan"