hdf/h4comp

7 lines
72 B
Plaintext
Raw Permalink Normal View History

#!/bin/bash
BITS=32
[ -d /usr/lib64 ] && BITS=64
exec $0-${BITS} "$@"