metatools/sysdeftools/group/unixperlcmd
changeset 660 66ff3e731c60
equal deleted inserted replaced
659:7afa5fba0903 660:66ff3e731c60
       
     1 #!/bin/bash
       
     2 #
       
     3 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4 # All rights reserved.
       
     5 # This component and the accompanying materials are made available
       
     6 # under the terms of "Eclipse Public License v1.0"
       
     7 # which accompanies this distribution, and is available
       
     8 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 #
       
    10 # Contributors:
       
    11 # Nokia Corporation - initial contribution.
       
    12 #
       
    13 # Description:
       
    14 #  Perl wrapper for Unix
       
    15 
       
    16 BASEDIR=`dirname $0`
       
    17 exec perl $BASEDIR/$0.pl $@