source: roaraudio/roarclients/roarpluginapplication.sht @ 5484:3ca4488d44e1

Last change on this file since 5484:3ca4488d44e1 was 5484:3ca4488d44e1, checked in by phi, 12 years ago

Added support for an application mode in roarpluginrunner

  • Property exe set to *
File size: 243 bytes
Line 
1#!/bin/sh
2
3_plugin=`basename "$0"`
4
5if [ "$_plugin" = 'roarpluginapplication' ]
6then
7 echo "$0: This script should not be run like this, see $_plugin(1) for details."
8 exit 1
9fi
10
11exec roarpluginrunner --run-as-application "$_plugin" "$@"
12
13#ll
Note: See TracBrowser for help on using the repository browser.