#!/bin/bash

# This script is for DEBIAN packaging only.
# The bin/orlo script referenced below is generated by setuptools (see entry_points in setup.py).

# For the actual logic that is run by the script below, see orlo/cli.py

/opt/venvs/orlo/bin/orlo $@

