3 lines
71 B
Bash
3 lines
71 B
Bash
#!/bin/bash
|
|
|
|
psql -h dx1 -U awips -d metadata -f updateActiveTable.sql
|