You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-07-03 00:58:12 +02:00
9 lines
160 B
Plaintext
9 lines
160 B
Plaintext
![]() |
#!/bin/bash
|
||
|
|
||
|
THISDIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||
|
|
||
|
LIB="$THISDIR/../lib"
|
||
|
OPM=$LIB/opm/src/cmd/opm.os
|
||
|
|
||
|
oscript $OPM "$@"
|