From b786f20bbab5a59046aa78a2c6c2a11536497202 Mon Sep 17 00:00:00 2001 From: bhgv Date: Thu, 1 Mar 2018 16:54:45 +0200 Subject: inferno-os tree was separated from the inferno-os-android (separated from the Android driver) --- module/workdir.m | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 module/workdir.m (limited to 'module/workdir.m') diff --git a/module/workdir.m b/module/workdir.m new file mode 100644 index 0000000..3ca7b91 --- /dev/null +++ b/module/workdir.m @@ -0,0 +1,8 @@ +Workdir: module +{ + PATH: con "/dis/lib/workdir.dis"; + + # Return current working directory + + init: fn(): string; +}; -- cgit v1.2.3