#!/bin/bash# WhatPulse wrapper script# Set up environmentexport QT_PLUGIN_PATH="/usr/lib/whatpulse/plugins"export LD_LIBRARY_PATH="/usr/lib/whatpulse/lib:$LD_LIBRARY_PATH"# Change to the WhatPulse directorycd/usr/lib/whatpulse ||exit1# Execute WhatPulse with all argumentsexec ./whatpulse "$@"