ndvi1.sh 94 B

123456
  1. #!/bin/sh
  2. sleep 10s
  3. cd /home/skyai/fields
  4. sudo python3 ndvi1.py
  5. sudo python3 ndvi21.py
  6. exit 0