1
0
Fork 0

Initial commit

This commit is contained in:
Henrik Hautakoski 2025-10-26 23:49:09 +01:00
commit 9d9d8ce7d5
19 changed files with 399 additions and 0 deletions

4
Makefile Normal file
View file

@ -0,0 +1,4 @@
GO=go
build:
go build cmd/gosh/gosh.go