12345678 |
- #!/bin/sh
- cat script/misc/oteascii.txt
- tput setaf 1; echo "Software 👨💻 version control made simple!\n"
- tput setaf 2; echo "Gitote is an open source end-to-end software development platform \nwith built-in version control, issue tracking, code review, and more.\n"
- tput sgr0;
|