4 lines
67 B
Bash
4 lines
67 B
Bash
|
#!/usr/bin/bash
|
||
|
|
||
|
echo "$(tput bold)$(tput setaf 12)$@$(tput sgr0)"
|