aboutsummaryrefslogtreecommitdiffstats
path: root/bin/execute_command
diff options
context:
space:
mode:
Diffstat (limited to 'bin/execute_command')
-rwxr-xr-xbin/execute_command11
1 files changed, 0 insertions, 11 deletions
diff --git a/bin/execute_command b/bin/execute_command
deleted file mode 100755
index 64fb440..0000000
--- a/bin/execute_command
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env bash
-set -e
-
-# @describe Executes a shell command. This tool does not return data to LLM.
-# @option --shell-command~ "Shell command to execute, such as `ls -la`"
-
-main() {
- eval $argc_shell_command
-}
-
-eval "$(argc --argc-eval "$0" "$@")"