SuperX-Kernmodul
 
 
 
 
 
 

12 lines
166 B

#! /bin/sh
# Copyright (c) 2001-2002 The Apache Software Foundation. All rights
# reserved.
# Args: DIR command
cd "$1"
CMD="$2"
shift
shift
exec "$CMD" "$@"