# Released under the GPL
# pmf - 2008/07/31
-# This script runs LTTV in place in the compile directory without need for installing it with make install.
+# This script runs LTTV in place in the compile directory without need for
+# installing it with make install.
#
# The .runlttvrc file can be used to control its behavior.
# - by setting the TRACEFILE variable, a trace can be automatically loaded
# - by setting the ARGS variable, a different set of plugins can be loaded
# for an example see the ARGS= line below
#
-# In order for icons to display correctly, it might be necessary to create a symlink:
+# In order for icons to display correctly, it might be necessary to create a
+# symlink:
# $ ln -s ./lttv/modules/gui/lttvwindow/pixmaps
# while in the same directory as this script.