mirror of
https://github.com/flavioribeiro/donut.git
synced 2025-09-27 11:22:26 +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 |