bin/isbinary @ ea681bd9c52d

Tweak stump
author Steve Losh <steve@stevelosh.com>
date Tue, 19 Mar 2024 16:09:11 -0400
parents 9a2323655a9b
children (none)
#!/usr/bin/env bash

set -euo pipefail

grep -om1 '' "$1" | grep '^Binary' >/dev/null