mirror of
https://github.com/Cian-H/dotfiles.git
synced 2025-12-22 19:31:57 +00:00
9 lines
166 B
Bash
9 lines
166 B
Bash
#! /usr/bin/env bash
|
|
|
|
SCRIPT_PATH="$(realpath "$0")"
|
|
SCRIPT_DIR="$(dirname "$SCRIPT_PATH")"
|
|
|
|
cd "$SCRIPT_DIR"
|
|
|
|
go build -o ./cycle_kb_layout ./src/cycle_kb_layout.go
|