diff --git a/tar-example/bar/baz b/tar-example/bar/baz new file mode 100644 index 0000000000..6003288ad5 --- /dev/null +++ b/tar-example/bar/baz @@ -0,0 +1 @@ +baz-content \ No newline at end of file diff --git a/tar-example/build.sh b/tar-example/build.sh new file mode 100755 index 0000000000..9b7598804f --- /dev/null +++ b/tar-example/build.sh @@ -0,0 +1 @@ +echo "hello world" \ No newline at end of file diff --git a/tar-example/foo b/tar-example/foo new file mode 100644 index 0000000000..678655f592 --- /dev/null +++ b/tar-example/foo @@ -0,0 +1 @@ +foo-content \ No newline at end of file diff --git a/tar-example/symlink b/tar-example/symlink new file mode 120000 index 0000000000..d2c2f1ba69 --- /dev/null +++ b/tar-example/symlink @@ -0,0 +1 @@ +/Users/skn0tt/dev/microsoft/playwright/tar-example/foo \ No newline at end of file