setup.sh 95 B

1234567
  1. #!/bin/bash
  2. fw_depends crystal
  3. crystal build --release server.cr -o server.out
  4. ./server.out