simple.sh 192 B

12345678910
  1. #!/bin/sh
  2. dir=$(dirname $0)
  3. . $dir/tools/run-container.sh
  4. echo "ldapsearch -x -h $IP -b dc=example,dc=com"
  5. sleep 30
  6. ldapsearch -x -h $IP -b dc=example,dc=com
  7. $dir/tools/delete-container.sh