actually added Makefile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
224ebd417e
commit
7c76855830
15
Makefile
Normal file
15
Makefile
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
manual:
|
||||||
|
docker run --rm -v /tmp:/tmp -v ${PWD}:/app -w /app golang:1.15-buster go build -o /tmp/mpbl3p
|
||||||
|
rsync -p /tmp/mpbl3p 10.21.12.101:
|
||||||
|
rsync -p /tmp/mpbl3p 10.21.12.102:
|
||||||
|
|
||||||
|
manual-bsd:
|
||||||
|
GOOS=freebsd go build -o /tmp/mpbl3p
|
||||||
|
rsync -p /tmp/mpbl3p 10.21.12.121:
|
||||||
|
rsync -p /tmp/mpbl3p 10.21.12.122:
|
||||||
|
|
||||||
|
getlogs:
|
||||||
|
sftp 10.21.12.100:tcpdump.pcap logs/speedtest.pcap
|
||||||
|
sftp 10.21.12.101:tcpdump.pcap logs/remote.pcap
|
||||||
|
sftp 10.21.12.102:tcpdump.pcap logs/local.pcap
|
||||||
|
sftp 10.21.12.103:tcpdump.pcap logs/client.pcap
|
Loading…
Reference in New Issue
Block a user