blob: a99dcf4619a5b2b4b6d3989f0565694ab85e96bd (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
#
# Script for launching KDE3 applications from outside of the KDE3 desktop
#
# Modify this to match your specific needs, such as setting up needed env. variables,
# and make sure this script is in $PATH (e.g. make a symlink if necessary).
#
exec "$@"
|