about 286 B

12345678
  1. #!/bin/sh
  2. cat script/misc/oteascii.txt
  3. tput setaf 1; echo "Software 👨‍💻 version control made simple!\n"
  4. 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"
  5. tput sgr0;