summarylogtreecommitdiffstats
path: root/whatpulse.sh
blob: fff395027cce329d1733584473c159238ff4161c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
# WhatPulse wrapper script

# Set up environment
export QT_PLUGIN_PATH="/usr/lib/whatpulse/plugins"
export LD_LIBRARY_PATH="/usr/lib/whatpulse/lib:$LD_LIBRARY_PATH"

# Change to the WhatPulse directory
cd /usr/lib/whatpulse || exit 1

# Execute WhatPulse with all arguments
exec ./whatpulse "$@"