Change-Id: Ic8b2a845095482aa117289c3fd68cd20b1bb87e6 Former-commit-id: 695365c03ac142960a22e6774f3a10fd5e16cd35
5 lines
No EOL
117 B
Bash
5 lines
No EOL
117 B
Bash
#!/bin/bash
|
|
|
|
PSQL=/awips2/psql/bin/psql
|
|
DIR=`dirname $0`
|
|
${PSQL} -U awips -d metadata -f ${DIR}/registryBandwidth.sql |