#!/bin/sh
export LD_LIBRARY_PATH="/opt/viber/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"
exec /opt/viber/Viber "$@"
