summaryrefslogtreecommitdiff
path: root/cmd/gosc
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-01-11 00:45:02 +0200
committerPaul Buetow <paul@buetow.org>2025-01-11 00:45:02 +0200
commit94d9b5f48147ee9cc6ca57177e00f8679224603d (patch)
treec3ae81b6c31c5deb0582fca475f156718a6dd380 /cmd/gosc
parent97b93252dfcb0242bb1cd5e3e5793a8ae73b17a9 (diff)
add gosc binary
Diffstat (limited to 'cmd/gosc')
-rw-r--r--cmd/gosc/main.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/cmd/gosc/main.go b/cmd/gosc/main.go
new file mode 100644
index 0000000..02eb0ae
--- /dev/null
+++ b/cmd/gosc/main.go
@@ -0,0 +1,9 @@
+package main
+
+import (
+ "codeberg.org/snonux/gos/internal"
+)
+
+func main() {
+ internal.Main(true)
+}