#!/bin/sh for appl in sbase scalc sdraw simpress smath soffice spadmin swriter do ln -v -sf /opt/openoffice-2.0.4/program/$appl /usr/bin/$appl done