tout.sh 97 B

1234567
  1. #!/bin/bash
  2. #打开日志
  3. export BASE_DIR=`pwd`
  4. echo $BASE_DIR
  5. tail -f "${BASE_DIR}/nohup.out"