blob: 2c31b305cc04c657a2c49141f387161b3ac662fd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
ScriptServices is a gateway between GNUstep system services and Unix scripts.
It turns Unix scripts into GNUstep system services.
Scripts should be put under
~/GNUstep/Library/ApplicaitonSupport/ScriptServices/
Whenever new scripts are installed, you need to update services by doing
`openapp ScriptServices --update`
A default script using `bc` comes with ScriptServices.
More scripts are in Examples directory.
WWW: http://www.etoile-project.org/
|