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.meta | |
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.meta')
-rw-r--r-- | scsh-process.meta | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scsh-process.meta b/scsh-process.meta new file mode 100644 index 0000000..f38b7dc --- /dev/null +++ b/scsh-process.meta @@ -0,0 +1,10 @@ +;;; scsh-process.meta -*- Scheme -*- + +((synopsis "") + (author "Peter Bex") + (category os) + (license "BSD") + (doc-from-wiki) + ;(depends) + ;(test-depends test) + (files "scsh-process.meta" "scsh-process.setup" "scsh-process.scm")) |