Add mock configuration for building against the local dnf repository
[utils/utils.git] / cleanexec
CommitLineData
273c3903
MM
1#!/bin/bash
2if file "$1" | grep -q executable; then
0b522019 3 chexec + "$1"
273c3903 4else
0b522019 5 chexec - "$1"
273c3903 6fi