#!/bin/sh
# Make sure that a GNUstep environment is present for GWorkspace.app 

if ! test "$GNUSTEP_MAKEFILES"; then
  . /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh >/dev/null 2>&1
fi

opentool gdnc
opentool gpbs
openapp Camera
