#!/bin/sh

# wrapper around perltidy pointing to the shipped perltidyrc matching the Proxmox Perl Style Guide

exec perltidy --profile="/usr/share/proxmox-perltidy/perltidyrc" "$@"
