diff options
author | Ben Sima <ben@bsima.me> | 2019-11-23 15:05:55 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-02-11 14:16:16 -0800 |
commit | 7d38d7a8c15f9e8d61834b5fd05182addaf6c56e (patch) | |
tree | 4fc5164871078abfe18f0ea629d9a10749c1f960 /serval | |
parent | 3a4ec55fedfc5e9243371dfc7a561ce762acee51 (diff) |
Add serval
Diffstat (limited to 'serval')
-rwxr-xr-x | serval | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#!/usr/bin/env bash +# +# serval wrapper script +# +exec guile -e '(@ (Com Simatime Serval) main)' -s Com/Simatime/Serval.scm "$@" |