#!/bin/bash
if [ "$OSTYPE" = "cygwin" ]; then PLATFORM="Windows_NT"; else PLATFORM=$(uname -s); fi
exec ${0%vsdsh*}vsdsh$PLATFORM "$@"
