restart_mips.sh 176 B

123456789
  1. #!/bin/bash
  2. # Copyright (c) http://www.o2oa.net/
  3. current_dir="$(
  4. cd "$(dirname "$0")"
  5. pwd
  6. )"
  7. cd ${current_dir}
  8. ${current_dir}/stop_mips.sh
  9. ${current_dir}/start_mips.sh