From a542b975e5fcd1014f0c8caab0e020c47617ebb3 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Thu, 7 Nov 2024 07:30:36 -0500 Subject: [PATCH] provide simple install script to scp libraries to SUV --- mocha-common/install | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 mocha-common/install diff --git a/mocha-common/install b/mocha-common/install new file mode 100755 index 0000000..3cf4a66 --- /dev/null +++ b/mocha-common/install @@ -0,0 +1,5 @@ +#!/bin/bash + +# usage : install blahblah@yourserver +scp -O output/*.mcl $1:/usr/share/mocha/system/ +