aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorBryan McNulty <bryanmcnulty@protonmail.com>2025-02-26 19:42:55 -0600
committerBryan McNulty <bryanmcnulty@protonmail.com>2025-02-26 19:42:55 -0600
commit0591eed275fd24e5c1b959e1a182bea6f6275c34 (patch)
treed32e53640e65627180de9a290449309591bae771 /main.go
parent930699ae66d1ddaf44fec71e04c33ab193531584 (diff)
downloadgoexec-0591eed275fd24e5c1b959e1a182bea6f6275c34.tar.gz
goexec-0591eed275fd24e5c1b959e1a182bea6f6275c34.zip
Initial commit +scmrexec
Diffstat (limited to 'main.go')
-rw-r--r--main.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/main.go b/main.go
new file mode 100644
index 0000000..6d0d8ad
--- /dev/null
+++ b/main.go
@@ -0,0 +1,7 @@
+package main
+
+import "github.com/FalconOpsLLC/goexec/cmd"
+
+func main() {
+ cmd.Execute()
+}