Skip to content

Instantly share code, notes, and snippets.

@gutchom
Created May 27, 2022 02:51
Show Gist options
  • Save gutchom/52b0972675b87dd8f1e4afdfc5b902ce to your computer and use it in GitHub Desktop.
Save gutchom/52b0972675b87dd8f1e4afdfc5b902ce to your computer and use it in GitHub Desktop.
printf '\e[36m\n This project has\e[35m %s lines\e[36m of source code!\n\n\e[m' $(find . -name '*.css' -o -name '*.ts' -o -name '*.tsx' | grep -v node_modules | xargs wc -l | tail -1 | awk '{print $1}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment