mirror of
https://github.com/flavioribeiro/donut.git
synced 2026-04-22 16:17:03 +08:00
7 lines
113 B
Bash
Executable File
7 lines
113 B
Bash
Executable File
#!/bin/bash
|
|
source ./scripts/mac_check_deps.sh
|
|
|
|
# deps
|
|
source ./scripts/setup_deps_flags.sh
|
|
|
|
go run -race main.go |