5 lines
114 B
Bash
Executable File
5 lines
114 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export PG_CONNECTION_STRING=postgres://speckle:speckle@localhost/speckle
|
|
cd src && python3 -u run.py
|