#!/bin/sh
# Configure this with paths that suit you.  The default should work if you run ./skype from the current directory.
#
# Example:
# LD_LIBRARY_PATH=/usr/share/skype/Qt4.4:$LD_LIBRARY_PATH ./skype.bin
#
LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH ./skype.bin $*
