5 lines
117 B
Bash
5 lines
117 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
PSQL=/awips2/psql/bin/psql
|
||
|
DIR=`dirname $0`
|
||
|
${PSQL} -U awips -d metadata -f ${DIR}/registryBandwidth.sql
|