3 lines
63 B
Bash
3 lines
63 B
Bash
|
#!/bin/sh
|
||
|
go build && cp dotool dotoolc dotoold /usr/local/bin
|