setup-postgres.sh 113 B

123456789
  1. #!/bin/bash
  2. fw_depends crystal
  3. shards install
  4. crystal build --release server-postgres.cr
  5. ./server-postgres &