Advertisement
Eddz

Untitled

Sep 11th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. #!/usr/bin/env sh
  2. SRC_DIR="`pwd`"
  3. cd "`dirname "$0"`"
  4. cd "../doctrine/orm/bin"
  5. BIN_TARGET="`pwd`/doctrine"
  6. cd "$SRC_DIR"
  7. "$BIN_TARGET" "$@"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement