summary refs log tree commit diff stats
path: root/main_other.go
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-04-08 04:31:21 +0530
committerAndinus <andinus@nand.sh>2020-04-08 04:37:48 +0530
commitfa68976a3e7adb8c2c3327c6afc44fef24297337 (patch)
treebe78b3586c60a47845f2c334478628a86fda1d14 /main_other.go
parenta3ede2f5edd006affda8ab386dee3fd44d61c473 (diff)
downloadgrus-fa68976a3e7adb8c2c3327c6afc44fef24297337.tar.gz
Initial rewrite of grus
Diffstat (limited to 'main_other.go')
-rw-r--r--main_other.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/main_other.go b/main_other.go
new file mode 100644
index 0000000..88824ad
--- /dev/null
+++ b/main_other.go
@@ -0,0 +1,7 @@
+// +build !openbsd
+
+package main
+
+func main() {
+	grus()
+}