diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-12-15 16:28:46 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-01-06 16:00:25 -0500 |
commit | c8f1428436aab348c42e2f8d568d18873b785f52 (patch) | |
tree | 924d2870b8575997341548bafd541fe055d8b2fb /scripts | |
parent | 03944a1765fcfc26dc11f25e659fbb7a2c1a03fa (diff) |
Attempt an ocapn integration that doesn't quite work.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/edit-garden | 6 | ||||
-rwxr-xr-x | scripts/edit-garden.in | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/scripts/edit-garden b/scripts/edit-garden new file mode 100755 index 0000000..d546526 --- /dev/null +++ b/scripts/edit-garden @@ -0,0 +1,6 @@ +#!/gnu/store/8ykipj6vnk7ykdcjd3p330312n9n49qc-profile/bin/guile --no-auto-compile +-*- scheme -*- +!# +(use-modules (community-garden edit)) + +(apply edit-garden (cdr (command-line))) diff --git a/scripts/edit-garden.in b/scripts/edit-garden.in new file mode 100755 index 0000000..f01d312 --- /dev/null +++ b/scripts/edit-garden.in @@ -0,0 +1,6 @@ +#!@GUILE@ --no-auto-compile +-*- scheme -*- +!# +(use-modules (community-garden edit)) + +(apply edit-garden (cdr (command-line))) |