More native integration for applications ... install a symlink into Tools to start them up very fast, shortcutting the *step emulation layer

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24828 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-03-08 17:15:05 +00:00
parent 6596cb8a05
commit 1b46123b05
4 changed files with 88 additions and 3 deletions

2
app-wrapper.template Normal file
View file

@ -0,0 +1,2 @@
#! /bin/sh
exec openapp "GNUSTEP_INSTANCE" "$@"