1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-07-03 00:58:12 +02:00
Files
OpenIntegrations/service/engine/linux/opm

9 lines
160 B
Plaintext
Raw Normal View History

#!/bin/bash
THISDIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
LIB="$THISDIR/../lib"
OPM=$LIB/opm/src/cmd/opm.os
oscript $OPM "$@"