9 lines
130 B
Bash
Executable File
9 lines
130 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd db
|
|
./startPGbouncer.sh
|
|
cd ..
|
|
|
|
mono LemmaGenSockets/LemmaGenSockets/bin/Debug/LemmaGenSockets.exe &
|
|
|
|
scripts/start.sh |