mirror of
https://github.com/ericchiang/pup
synced 2024-11-28 02:48:16 +00:00
4 lines
59 B
Bash
4 lines
59 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
gox -output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}"
|