diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-03-17 09:23:35 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-03-17 09:23:35 +0300 |
| commit | 451e6f0381afe37c59f12703f8750407c27ba94a (patch) | |
| tree | d4a76d7011f2da98bac2ee718afa587952c8ba4f /cli-tests/sort-text/setup.sh | |
| parent | 47b3d37a9714e3e68e56f009ea1faee5223edeb4 (diff) | |
| parent | 326a1a4d094c6349e0403d479384347c52964537 (diff) | |
Merge branch 'master' into feat/agent-flow
Diffstat (limited to 'cli-tests/sort-text/setup.sh')
| -rwxr-xr-x | cli-tests/sort-text/setup.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cli-tests/sort-text/setup.sh b/cli-tests/sort-text/setup.sh new file mode 100755 index 0000000..351ebe2 --- /dev/null +++ b/cli-tests/sort-text/setup.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +mkdir -p /tmp/sort-text + +printf "cat" > /tmp/sort-text/file1.txt +printf "red" > /tmp/sort-text/file2.txt +printf "dog" > /tmp/sort-text/file3.txt +printf "blue" > /tmp/sort-text/file4.txt |
