summaryrefslogtreecommitdiff
path: root/scsh-process.setup
diff options
context:
space:
mode:
authorPeter Bex <peter@more-magic.net>2012-09-30 19:46:42 +0100
committerPeter Bex <peter@more-magic.net>2012-09-30 19:46:42 +0100
commitb496bba407a6d57beced6a6598b9032095993d85 (patch)
tree07a246a3de9345d0dbcd059d43a82e0861bdc09a /scsh-process.setup
downloadscsh-process-b496bba407a6d57beced6a6598b9032095993d85.tar.gz
First stab at basic scsh interface. Currently can fork off subprocesses and run processess synchronously
Diffstat (limited to 'scsh-process.setup')
-rw-r--r--scsh-process.setup2
1 files changed, 2 insertions, 0 deletions
diff --git a/scsh-process.setup b/scsh-process.setup
new file mode 100644
index 0000000..50c62e1
--- /dev/null
+++ b/scsh-process.setup
@@ -0,0 +1,2 @@
+;; -*- Scheme -*-
+(standard-extension scsh-process 0.1) \ No newline at end of file