mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-03 02:04:54 +00:00
5 lines
170 B
Bash
Executable File
5 lines
170 B
Bash
Executable File
#!/bin/bash
|
|
# Simple wrapper script - runs executable from the same folder
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
"$DIR/build/standalone_workflow_cubes"
|