mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
4 lines
83 B
Bash
4 lines
83 B
Bash
#!/bin/bash
|
|
|
|
cd ./shyft-cli/postgres_setup
|
|
psql -U postgres -f create_shyftdb.psql
|