From d36fb6b9287c5f954e455f4b7bf77e7a02e418d2 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Sat, 13 Apr 2024 20:01:10 -0400 Subject: [PATCH] add 'mocha-run' script to run a local mocha-web instance --- common/admin/mocha-libexec/mocha-run | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 common/admin/mocha-libexec/mocha-run diff --git a/common/admin/mocha-libexec/mocha-run b/common/admin/mocha-libexec/mocha-run new file mode 100755 index 0000000..721540f --- /dev/null +++ b/common/admin/mocha-libexec/mocha-run @@ -0,0 +1,3 @@ +#!/bin/sh +internal/mocha-web.py ${1+"$@"} +