Skip to content

Instantly share code, notes, and snippets.

@jsigee87
jsigee87 / todo-linter.sh
Created April 26, 2020 23:05
Script to find todo and fixme statements
#!/usr/bin/env bash
# Who am I
######################################################################
MYFILENAME="todo-linter.sh"
if [ $# -eq 0 ] || [ $# -gt 1 ];
then
echo "Usage:"
echo " bash ${MYFILENAME} [file or filepath]"