hdf/h4comp

7 lines
72 B
Bash

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