diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2020-04-10 08:55:50 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2020-04-10 08:55:50 -0400 |
commit | 2c5b19226815a406c60cc1a49c59864922364c55 (patch) | |
tree | 29348c110eb8cac36adfe20abfcfe3042e06c4d4 /test | |
parent | 781ab757856f95b3dd8c2ad573589912d8093464 (diff) |
Add project skeleton and import engine code.
Diffstat (limited to 'test')
-rwxr-xr-x | test | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#!/bin/sh + +./pre-inst-env guile --no-auto-compile boot.scm |