utility function to read sql file

sql_read(x)

Arguments

x

the sql code to read, pulled from the top directory

Examples

if (FALSE) {
.d = sql_read("fsh_catch.sql")
}