From 69cbbd4531af56fa6b99212a8d53c46bddd06736 Mon Sep 17 00:00:00 2001 From: Oskar Date: Sat, 29 Jun 2024 15:13:21 +0200 Subject: major bug found, not sure how to fix it --- test/gentestfiles.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 test/gentestfiles.sh (limited to 'test/gentestfiles.sh') 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 -- cgit v1.2.3