stopAllAndCleanData.sh 107 B

12345
  1. #!/bin/bash
  2. ROOT=$(cd `dirname $0`/../; pwd)
  3. $ROOT/shell/stopAll.sh
  4. $ROOT/shell/clearData.sh
  5. echo "finish"