mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-22 05:31:17 +02:00
9 lines
160 B
Bash
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 "$@"
|