1# Copyright (c) 2025 Antmicro <www.antmicro.com>
2# SPDX-License-Identifier: Apache-2.0
3
4mkdir -p dir/nested_dir
5touch dir/some_file
6touch dir/nested_dir/some_other_file
7mkdir dir2
8echo "a" > dir2/a
9echo "bb" > dir2/b
10echo "ccc" > dir2/c
11echo "this is a file on the host" > file
12