aboutsummaryrefslogtreecommitdiffstats
path: root/tools/fs_cat.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/fs_cat.sh')
-rwxr-xr-xtools/fs_cat.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/fs_cat.sh b/tools/fs_cat.sh
index 37fe5dc..9fcf702 100755
--- a/tools/fs_cat.sh
+++ b/tools/fs_cat.sh
@@ -6,6 +6,8 @@ set -e
# @option --path! The path of the file to read
+# @env LLM_OUTPUT=/dev/stdout The output path
+
main() {
cat "$argc_path" >> "$LLM_OUTPUT"
}