diff options
author | Peter Bex <peter@more-magic.net> | 2012-09-30 19:46:42 +0100 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2012-09-30 19:46:42 +0100 |
commit | b496bba407a6d57beced6a6598b9032095993d85 (patch) | |
tree | 07a246a3de9345d0dbcd059d43a82e0861bdc09a /scsh-process.setup | |
download | scsh-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.setup | 2 |
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 |