verify-basic.sh 155 B

12345678910
  1. #!/bin/bash
  2. if [ ! -f "./basic/basic-file.txt" ]; then
  3. echo "Expected basic file does not exist"
  4. exit 1
  5. fi
  6. # Verify auth token
  7. cd basic
  8. git fetch