summaryrefslogtreecommitdiff
path: root/integration_tests/defaults/.pik
diff options
context:
space:
mode:
Diffstat (limited to 'integration_tests/defaults/.pik')
-rw-r--r--integration_tests/defaults/.pik/defaults.sh3
-rw-r--r--integration_tests/defaults/.pik/dir/dir.sh2
2 files changed, 5 insertions, 0 deletions
diff --git a/integration_tests/defaults/.pik/defaults.sh b/integration_tests/defaults/.pik/defaults.sh
new file mode 100644
index 0000000..6500c83
--- /dev/null
+++ b/integration_tests/defaults/.pik/defaults.sh
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+# i have the same name as the source directory
+echo "banana" \ No newline at end of file
diff --git a/integration_tests/defaults/.pik/dir/dir.sh b/integration_tests/defaults/.pik/dir/dir.sh
new file mode 100644
index 0000000..8d6b69b
--- /dev/null
+++ b/integration_tests/defaults/.pik/dir/dir.sh
@@ -0,0 +1,2 @@
+#!/usr/bin/env bash
+echo "apple" \ No newline at end of file