Source directory creating script for competitive programmers who are using c++ and neovim
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

color.sh 154 B

1234567
  1. echo -en "" ## red
  2. eval $* | while read line; do
  3. echo -en "" ## blue
  4. echo $line
  5. echo -en "" ## red
  6. done
  7. echo -en "" ## reset color