File: antRun

package info (click to toggle)
jsch 0.1.42-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 1,108 kB
  • ctags: 2,146
  • sloc: java: 14,649; sh: 120; xml: 92; perl: 69; python: 54; makefile: 16
file content (9 lines) | stat: -rw-r--r-- 77 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#! /bin/sh

# Args: DIR command
cd "$1"
CMD="$2"
shift
shift

exec $CMD "$@"