#!/bin/sh -e target=x86_64-unknown-linux-gnu cargo build --release -Zlocation-detail=none -Z build-std=std,panic_abort -Z build-std-features=panic_immediate_abort --target "$target" exe="target/${target}/release/ripuniq" sstrip "$exe" upx "$exe"