#!/bin/bash -ex # Highly opinionated wrapper for Arch Linux packaging (now also for muon) exec muon setup \ -D b_pie=true \ -D python.bytecompile=1 \ "$@"