Files
2026-03-09 22:30:41 +00:00

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"