aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deepenv.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/deepenv.scm b/deepenv.scm
new file mode 100644
index 0000000..6e81a46
--- /dev/null
+++ b/deepenv.scm
@@ -0,0 +1,6 @@
+(import scheme
+ (chicken base)
+ (chicken pathname)
+ (chicken process-context))
+
+(decompose-directory (current-directory))