diff --git a/check-for-deprecation.sh b/check-for-deprecation.sh new file mode 100755 index 0000000..e9ff4b5 --- /dev/null +++ b/check-for-deprecation.sh @@ -0,0 +1,21 @@ +#! /bin/sh + +OUT_FILE=deprecated.txt + +if [ "$1" = "--help" ] || [ "$1" = "-h" ] || [ "$1" = "help" ]; then + cat <>deprecated.txt >(cat /dev/stdin); else echo CHECKED $i | cat /dev/stdin; fi) & +done