#!/bin/sh

if [ -f /lib/libc.so.6 ]; then
   exec $0.glibc "$@"
else
   exec $0.libc5 "$@"
fi
