diff options
author | Oskar <[email protected]> | 2024-06-29 15:13:21 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-06-29 15:13:21 +0200 |
commit | 69cbbd4531af56fa6b99212a8d53c46bddd06736 (patch) | |
tree | 1f6525e9c7442450516e097f9b42b170b11c35a8 /test/gentestfiles.sh | |
parent | 6bcef090c8be94123dc87091fcb2532451664e66 (diff) |
major bug found, not sure how to fix it
Diffstat (limited to 'test/gentestfiles.sh')
-rwxr-xr-x | test/gentestfiles.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/gentestfiles.sh b/test/gentestfiles.sh new file mode 100755 index 0000000..18f0b6e --- /dev/null +++ b/test/gentestfiles.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +touch ts_file1.txt +touch ts_file2.txt +touch ts_file3.txt |