sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/

devel/count-loc.sh (108B) - raw

      1 #!/bin/sh
      2 
      3 egrep ".rb$"  Manifest.txt | xargs cat | grep -v "^ *$"|grep -v "^ *#"|grep -v "^ *end *$"|wc -l