Some checks failed
Nix Format Check / check-format (push) Failing after 40s
11 lines
162 B
Bash
Executable File
11 lines
162 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
source $DOTFILES_PATH/bin/helpers/functions.sh
|
|
|
|
# Print logo
|
|
logo
|
|
|
|
# Print help
|
|
cat $DOTFILES_PATH/bin/resources/help.txt
|
|
println " " "cyan"
|