setup-redis.sh 81 B

1234567
  1. #!/bin/bash
  2. fw_depends crystal
  3. crystal deps install
  4. crystal server-redis.cr &