diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-03-16 06:36:24 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-03-16 06:36:24 +0300 |
| commit | 7f8bbefb05d85dcbcc560a0fb23256b912676486 (patch) | |
| tree | a7073420bb33ed4485ca863294efa135a552e439 /cli-tests/sort-text/setup.sh | |
| parent | 2c9c36e2c6c00594fabd25f6d9daad91e038f93c (diff) | |
Chore: add cli test
Diffstat (limited to 'cli-tests/sort-text/setup.sh')
| -rw-r--r-- | 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 100644 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 |
