diff options
Diffstat (limited to 'module/workdir.m')
| -rw-r--r-- | module/workdir.m | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/module/workdir.m b/module/workdir.m new file mode 100644 index 00000000..3ca7b915 --- /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; +}; |
