mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-02-01 11:34:59 +01:00
9 lines
212 B
Bash
Executable File
9 lines
212 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# generate.sh
|
|
# Copyright (C) 2024 Kovid Goyal <kovid at kovidgoyal.net>
|
|
#
|
|
# Distributed under terms of the MIT license.
|
|
#
|
|
go run generate.go && GOARCH=amd64 go vet ./... && GOARCH=arm64 go vet ./...
|