template-db2ldif.in 88 B

123456
  1. #!/bin/sh
  2. cwd=`pwd`
  3. cd {{SERVERBIN-DIR}}
  4. ./db2ldif "$@" -Z {{SERV-ID}} -c $cwd
  5. exit $?