You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
@echo off
|
|
|
title 文件HASH登记数据库FOR LINUX
|
|
|
color 18
|
|
|
set GOOS=linux
|
|
|
set GOARCH=amd64
|
|
|
set CGO_ENABLED=1
|
|
|
|
|
|
go build -o fshash main.go
|