new ways 2
This commit is contained in:
13
bin/actions/help.sh
Executable file
13
bin/actions/help.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
source ~/dotfiles/bin/helpers/functions.sh
|
||||
|
||||
# Print logo
|
||||
tput setaf 2
|
||||
cat ~/dotfiles/bin/resources/logo.txt
|
||||
println " " "cyan"
|
||||
tput sgr0
|
||||
|
||||
# Print help
|
||||
cat ~/dotfiles/bin/resources/help.txt
|
||||
println " " "cyan"
|
Reference in New Issue
Block a user