1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-02-15 14:03:22 +02:00

9 lines
160 B
Bash

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