diff options
author | Oskar <[email protected]> | 2024-07-04 17:22:47 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-07-04 17:22:47 +0200 |
commit | 4dde5db2ddf83f62c6146f9898feef4df4ad95b3 (patch) | |
tree | 441590d2e12532ed16b09d905f9284c9eb3f9cf4 /test/gentestfiles.sh | |
parent | 08a6c63ec2a418ab9ff1c0ba93628fad0c5e37d1 (diff) |
basic version of L and l is done, will move on to another branch for other functionality
Diffstat (limited to 'test/gentestfiles.sh')
-rwxr-xr-x | test/gentestfiles.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/gentestfiles.sh b/test/gentestfiles.sh index 18f0b6e..da113d8 100755 --- a/test/gentestfiles.sh +++ b/test/gentestfiles.sh @@ -3,3 +3,5 @@ touch ts_file1.txt touch ts_file2.txt touch ts_file3.txt +touch thisfile.txt +dd if=/dev/zero of=./1gb.img bs=100M count=10 |