#!/usr/bin/env bash

# Check for entries in grades.sc that are supposed to be numerical scores but accidentally are strings

\grep string grades.sc | \grep '"[0-9]*"' | \more
